mkdocs-mdpo-plugin

Mkdocs translation plugin using PO files.

BSD-3-CLAUSE License

Downloads
710
Stars
7
Committers
4

Bot releases are visible (Hide)

mkdocs-mdpo-plugin - v0.0.27 Latest Release

Published by mondeja over 2 years ago

Bug fixes:

  • Fixed encoding error writing files under Windows.
mkdocs-mdpo-plugin - v0.0.26

Published by github-actions[bot] over 2 years ago

Enhancements:

  • Add languages to plugins.search.lang if are supported by the theme (mkdocs-based search themes and material).
  • Allow to translate site_name and site_description mkdocs.yml config settings. See translate.
  • Allow to translate description from metadata.

Bug fixes:

  • Fixed incompatibility disabling cross_language_search with mkdocs-minify-plugin and material theme.
mkdocs-mdpo-plugin - v0.0.25

Published by github-actions[bot] over 2 years ago

Bug fixes:

  • Fixed edit_url of translated pages.
mkdocs-mdpo-plugin - v0.0.24

Published by github-actions[bot] over 2 years ago

Enhancements:

  • Add new exclude setting to exclude certain files from been translated.
mkdocs-mdpo-plugin - v0.0.23

Published by github-actions[bot] over 2 years ago

Bug fixes:

  • Fix error stripping mdpo commands from original Markdown pages.
mkdocs-mdpo-plugin - v0.0.22

Published by github-actions[bot] over 2 years ago

New features:

  • Add min_translated_messages setting to only include languages with more than X percent or number of messages translated.
mkdocs-mdpo-plugin - v0.0.21

Published by github-actions[bot] over 2 years ago

New features

mkdocs-mdpo-plugin - v0.0.20

Published by github-actions[bot] over 2 years ago

Bug fixes:

  • Included sitemap file in distribution (regression from v0.0.19)
mkdocs-mdpo-plugin - v0.0.19

Published by github-actions[bot] over 2 years ago

Bug fixes

  • Fixed sitemap generation for all languages.
mkdocs-mdpo-plugin - v0.0.18

Published by github-actions[bot] over 2 years ago

Bug fixes:

  • mkdocs serve can be used now if the translations are outside docs_dir (see locale_dir)

⚠️ Breaking changes:

  • The default value and the context to render with dest_filename_template has been changed (see dest_filename_template)
mkdocs-mdpo-plugin - v0.0.17

Published by github-actions[bot] almost 3 years ago

Bug fixes

  • Fixed import error due to mdpo version mismatch
mkdocs-mdpo-plugin - v0.0.16

Published by github-actions[bot] over 3 years ago

  • Added ignore_msgids setting to add a list of messages that shouldn't be dumped inside PO files.
mkdocs-mdpo-plugin - v0.0.15

Published by github-actions[bot] over 3 years ago

  • Refactored plugin.
  • Don't write empty compendiums.
  • Add more test cases.
mkdocs-mdpo-plugin - v0.0.14

Published by github-actions[bot] over 3 years ago

  • Add support for Mkdocs > 1.2
mkdocs-mdpo-plugin - v0.0.13

Published by github-actions[bot] over 3 years ago

  • Fixed error with Section items (thanks @ali1rathore)
mkdocs-mdpo-plugin - v0.0.12

Published by github-actions[bot] over 3 years ago

  • Fixed error with material translations not being applied for different languages.
mkdocs-mdpo-plugin - v0.0.11

Published by github-actions[bot] over 3 years ago

Remove relative material language selector used in documentation from package

mkdocs-mdpo-plugin - v0.0.10

Published by github-actions[bot] over 3 years ago

  • Add tested support for mkdocstrings plugin.
mkdocs-mdpo-plugin - v0.0.9

Published by github-actions[bot] over 3 years ago

Add relative material language selector used in documentation inside package

mkdocs-mdpo-plugin - v0.0.8

Published by github-actions[bot] over 3 years ago

  • Bump minimum mdpo dependency.
  • Dinamic generation of parsing processes and MD4C events.