diff --git a/crowdin.yaml b/crowdin.yaml index 299c305e..1ad94c27 100644 --- a/crowdin.yaml +++ b/crowdin.yaml @@ -47,3 +47,7 @@ files: source: '/website/i18n/en.json' translation: '/website/i18n/%locale%.json' languages_mapping: *anchor + - + source: '/website/versioned_docs/**/*.md' + translation: '/website/translated_docs/%locale%/**/%original_file_name%' + languages_mapping: *anchor diff --git a/website/siteConfig.js b/website/siteConfig.js index 79b41ae1..dbe9688b 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -44,6 +44,7 @@ const siteConfig = { {doc: 'development_index', label: 'Backend'}, {doc: 'misc', label: 'Misc'}, { blog: true, label: 'Blog' }, + { languages: true }, ], // If you have users set above, you add it here: