| project_identifier_env: CROWDIN_DOCUSAURUS_PROJECT_ID | |
| api_key_env: CROWDIN_DOCUSAURUS_API_KEY | |
| base_path: "./" | |
| preserve_hierarchy: true | |
| files: | |
| - | |
| source: '/docs/*.md' | |
| translation: '/website/translated_docs/%locale%/%original_file_name%' | |
| languages_mapping: &anchor | |
| locale: | |
| 'zh-CN': 'zh-CN' | |
| 'ko': 'ko' | |
| 'ru': 'ru' | |
| 'fr': 'fr' | |
| 'de': 'de' | |
| 'ja': 'ja' | |
| - | |
| source: '/website/i18n/en.json' | |
| translation: '/website/i18n/%locale%.json' | |
| languages_mapping: *anchor |