-
Hello, I'm trying to solve an issue on the RSS Plugin (see Guts/mkdocs-rss-plugin#212, Guts/mkdocs-rss-plugin#206 and Guts/mkdocs-rss-plugin#205) related to the site language. I'm a bit confused on the Mkdocs setting to use:
My question is mainly the following: what's the rationale behind using a custom cc @alexvoss |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
That is a good question. If the answer turns out to be "this is historical" then perhaps aligning with MkDocs would be good and we could get Material mentioned as one of the themes that supports i18n? Just my 2p. |
Beta Was this translation helpful? Give feedback.
To expand on this: we might switch to
locale
, maybe in one of the next major releases. However, we should also re-evaluate whether we can somehow use a better translation mechanism that we currently have, but it is definitely not a priority, since it works reasonably well and makes contributing translations ridiculously simple. This is also why we're already at 65 translations.If somebody wants to work on this, we can consider a PR. Note that we have translations in the frontend (mainly search).