-
|
By default it is equal to |
Beta Was this translation helpful? Give feedback.
Answered by
slorber
Jun 21, 2021
Replies: 1 comment
-
|
You can use the i18n config even if you don't plan to translate your site: https://docusaurus.io/docs/docusaurus.config.js#i18n module.exports = {
i18n: {
defaultLocale: 'ru',
},
};This will also automatically translate theme labels to Russian, using these translations (that you can override): |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
slorber
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the i18n config even if you don't plan to translate your site:
https://docusaurus.io/docs/docusaurus.config.js#i18n
This will also automatically translate theme labels to Russian, using these translations (that you can override):
https://github.com/facebook/docusaurus/blob/master/packages/docusaurus-theme-classic/codeTranslations/ru.json