Replies: 1 comment 1 reply
-
Ok I just found #2346 , I wonder why this did not show up in my google search :D But then I wonder how I'm going to deploy it to GitHub pages correctly? Since I need to run a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
first of all thank you for creating this awesome project! :)
I was trying to setup multi language support for a site I'm maintaining as described in the docs:
I added the site language selector to mkdocs.yml in my repo root. The language selector shows of and if a I select a different language, I navigate to the correct index file.
The following is not working for me:
French
as language, the translation does not change (i.e.,"search.placeholder": "Rechercher"
is not set)Can you tell me if this is a bug or my setup is just wrong? If the latter is the case, I'm happy to contribute to the documentation to make things clearer. If it's a bug, I'm going to raise an issue.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions