forked from facebook/docusaurus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crowdin-v1.yml
38 lines (36 loc) · 927 Bytes
/
crowdin-v1.yml
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
35
36
37
38
project_id: '290988'
api_token_env: 'CROWDIN_PERSONAL_TOKEN'
base_path: "."
preserve_hierarchy: true
languages_mapping: &languages_mapping
locale:
'es-ES': 'es-ES'
'fr': 'fr'
'it': 'it'
'ja': 'ja'
'ko': 'ko'
'nl': 'nl'
'pt-BR': 'pt-BR'
'ro': 'ro'
'ru': 'ru'
'sk': 'sk-SK'
'sr': 'sr'
'sv-SE': 'sv-SE'
'tr': 'tr'
'uk': 'uk'
'vi': 'vi'
'zh-CN': 'zh-CN'
'zh-TW': 'zh-TW'
files:
-
source: '/website-1.x/docs/**/*.md'
translation: '/website-1.x/translated_docs/%locale%/**/%original_file_name%'
languages_mapping: *languages_mapping
-
source: '/website-1.x/versioned_docs/**/*.md'
translation: '/website-1.x/translated_docs/%locale%/**/%original_file_name%'
languages_mapping: *languages_mapping
-
source: '/website-1.x/i18n/en.json'
translation: '/website-1.x/i18n/%locale%.json'
languages_mapping: *languages_mapping