Skip to content

Releases: mondeja/mkdocs-mdpo-plugin

v0.0.27

10 Jun 13:17
84a946b
Compare
Choose a tag to compare

Bug fixes:

  • Fixed encoding error writing files under Windows.

v0.0.26

03 Mar 23:46
1d771af
Compare
Choose a tag to compare

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.

v0.0.25

02 Mar 18:07
4513c7b
Compare
Choose a tag to compare

Bug fixes:

  • Fixed edit_url of translated pages.

v0.0.24

01 Mar 13:04
Compare
Choose a tag to compare

Enhancements:

  • Add new exclude setting to exclude certain files from been translated.

v0.0.23

27 Feb 21:24
Compare
Choose a tag to compare

Bug fixes:

  • Fix error stripping mdpo commands from original Markdown pages.

v0.0.22

27 Feb 18:48
0fbc960
Compare
Choose a tag to compare

New features:

  • Add min_translated_messages setting to only include languages with more than X percent or number of messages translated.

v0.0.21

26 Feb 23:36
c0b2f6e
Compare
Choose a tag to compare

New features

v0.0.20

25 Feb 19:02
Compare
Choose a tag to compare

Bug fixes:

  • Included sitemap file in distribution (regression from v0.0.19)

v0.0.19

25 Feb 18:32
cb7be6e
Compare
Choose a tag to compare

Bug fixes

  • Fixed sitemap generation for all languages.

v0.0.18

25 Feb 15:17
6e6831e
Compare
Choose a tag to compare

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)