mkdocs-static-i18n icon indicating copy to clipboard operation
mkdocs-static-i18n copied to clipboard

MkDocs i18n plugin using static translation markdown files

Results 42 mkdocs-static-i18n issues
Sort by recently updated
recently updated
newest added

Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 5.0.2. Commits 70c0b3d Release 5.0.2 5e69ba9 Merge pull request #1642 from PyCQA/no-home 8b51ee4 skip skipping home if home does not exist 446b18d Merge pull request...

dependencies

Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 7.1.0 to 8.3.9. Release notes Sourced from mkdocs-material's releases. mkdocs-material-8.3.9 Updated Taiwanese translations for search Allow ids for content tabs with special characters (for mkdocstrings) Fixed #4083:...

dependencies

The mkdocs-material project now has a JSON schema for `mkdocs.yml` files and it's possible to add external references so you can maintain it in your own repo like so https://github.com/squidfunk/mkdocs-material/pull/3571

Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.5.1 to 8.5.2. Release notes Sourced from mkdocs-material's releases. mkdocs-material-8.5.2 Updated Mermaid.js to version 9.1.7 Fixed overly large headlines in search results (8.5.0 regression) Fixed #4358: Navigation...

dependencies

Hi, I'm @dariocurr, a developer at [BuildNN](https://github.com/buildnn) Firstly, thank you for your useful plugin. I made this pull request because we need to specify a custom link when switching languages...

thanks for the great i18n plugin 👍 I'm trying to use mkdocs-jupyter plugin for rendering ipynb files, and figured out ipynb files don't show if I use with this plugin....

Files for graphic assets in material blog posts have `page = None`, leading to crash. Proposed fix checks for page attribute is really set.

I recently upgraded to the latest version of this plugin and some of my links are broken because non localized files are not copied in other languages : ``` docs_dir...

The contents of the mkdocs.yml file are as follows: ''' site_name: 'Guide' site_description: Documentation docs_dir: docs/IDE/ extra_css: - stylesheets/extra.css theme: name: material features: - content.tooltips - navigation.tracking - navigation.expand -...

For now it's WIP as I couldn't really reproduce the incorrect file lookup in #288 I added tests with WARNING capture, to also handle #277 and with that I found...