forked from pnpm/pnpm.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crowdin.yaml
34 lines (32 loc) · 944 Bytes
/
crowdin.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
project_id_env: CROWDIN_PROJECT_ID
api_token_env: CROWDIN_PERSONAL_TOKEN
preserve_hierarchy: true
languages_mapping: &languages_mapping
locale:
'es-ES': 'es'
'fr': 'fr'
'id': 'id'
'it': 'it'
'ja': 'ja'
'ko': 'ko'
'pt-BR': 'pt'
'ru': 'ru'
'tr': 'tr'
'zh-CN': 'zh'
files:
-
source: '/docs/**/*'
translation: '/i18n/%locale%/docusaurus-plugin-content-docs/current/**/%original_file_name%'
languages_mapping: *languages_mapping
-
source: '/i18n/en/**/*'
translation: '/i18n/%locale%/**/%original_file_name%'
languages_mapping: *languages_mapping
-
source: '/blog/**/*'
translation: '/i18n/%locale%/docusaurus-plugin-content-blog/**/%original_file_name%'
languages_mapping: *languages_mapping
-
source: '/versioned_docs/**/*'
translation: '/i18n/%locale%/docusaurus-plugin-content-docs/**/%original_file_name%'
languages_mapping: *languages_mapping