Releases: mondeja/mkdocs-mdpo-plugin
Releases · mondeja/mkdocs-mdpo-plugin
v0.0.27
v0.0.26
Enhancements:
- Add languages to
plugins.search.lang
if are supported by the theme (mkdocs-based search themes and material). - Allow to translate
site_name
andsite_description
mkdocs.yml config settings. Seetranslate
. - Allow to translate
description
from metadata.
Bug fixes:
- Fixed incompatibility disabling
cross_language_search
with mkdocs-minify-plugin and material theme.
v0.0.25
Bug fixes:
- Fixed
edit_url
of translated pages.
v0.0.24
v0.0.23
Bug fixes:
- Fix error stripping mdpo commands from original Markdown pages.
v0.0.22
New features:
- Add
min_translated_messages
setting to only include languages with more than X percent or number of messages translated.
v0.0.21
New features
- Restrict search to the current language (see the new
cross_language_search
configuration setting.
v0.0.20
Bug fixes:
- Included sitemap file in distribution (regression from v0.0.19)
v0.0.19
Bug fixes
- Fixed sitemap generation for all languages.
v0.0.18
Bug fixes:
mkdocs serve
can be used now if the translations are outsidedocs_dir
(seelocale_dir
)
- The default value and the context to render with
dest_filename_template
has been changed (seedest_filename_template
)