mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-22 08:10:50 +00:00
17 lines
434 B
YAML
17 lines
434 B
YAML
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'
|
|
-
|
|
source: '/website/i18n/en.json'
|
|
translation: '/website/i18n/%locale%.json'
|
|
languages_mapping: *anchor
|