site_description translation (i18n) #5359
-
I wondered whether there was an easy way to add translation to the Thanks a lot for this very good plugin! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Are you referring to mkdocs-static-i18n? If so, better ask the maintainers of the plugin, we don't maintain it here. We only maintain the theme Material for MkDocs 😉 Other than that, here's some guidance how to build a multi-language site: |
Beta Was this translation helpful? Give feedback.
-
Using the recommended way to implement i18n into your docs, with separate mkdocs.yml files would easily allow you to use separate If you're using the i18n plugin for that then it's currently not available. I'll be adding it this month if the plugin's author won't finish the refactor sooner. |
Beta Was this translation helpful? Give feedback.
Using the recommended way to implement i18n into your docs, with separate mkdocs.yml files would easily allow you to use separate
site_description
for each of the language versions.If you're using the i18n plugin for that then it's currently not available. I'll be adding it this month if the plugin's author won't finish the refactor sooner.