-
-
Notifications
You must be signed in to change notification settings - Fork 58
/
crowdin.yaml
51 lines (50 loc) · 1.21 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
project_identifier_env: CROWDIN_DOCUSAURUS_PROJECT_ID
api_key_env: CROWDIN_DOCUSAURUS_API_KEY
base_path: "./"
preserve_hierarchy: true
files:
- source: "/docs/*.md"
translation: "/translated_docs/%locale%/%original_file_name%"
languages_mapping: &anchor
locale:
"af": "af"
"ar": "ar"
"bs-BA": "bs-BA"
"ca": "ca"
"cs": "cs"
"da": "da"
"de": "de"
"el": "el"
"es-ES": "es-ES"
"fa": "fa-IR"
"fi": "fi"
"fr": "fr"
"he": "he"
"hu": "hu"
"id": "id-ID"
"it": "it"
"ja": "ja"
"ko": "ko"
"mr": "mr-IN"
"nl": "nl"
"no": "no-NO"
"pl": "pl"
"pt-BR": "pt-BR"
"pt-PT": "pt-PT"
"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"
"en-UD": "en-UD"
- source: "/versioned_docs/**/*.md"
translation: "/translated_docs/%locale%/**/%original_file_name%"
languages_mapping: *anchor
- source: "/i18n/en.json"
translation: "/i18n/%locale%.json"
languages_mapping: *anchor