forked from reactjs/react.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crowdin.yaml
86 lines (85 loc) · 2.43 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
project_identifier_env: CROWDIN_REACT_PROJECT_ID
api_key_env: CROWDIN_REACT_API_KEY
base_path: "./"
preserve_hierarchy: true
files:
-
source: '/content/docs/*.md'
translation: '/docs/%locale%/docs/%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-Hans'
'zh-TW': 'zh-Hant'
-
source: '/content/blog/*.md'
translation: '/docs/%locale%/blog/%original_file_name%'
languages_mapping: *anchor
-
source: '/content/tutorial/*.md'
translation: '/docs/%locale%/tutorial/%original_file_name%'
languages_mapping: *anchor
-
source: '/content/community/*.md'
translation: '/docs/%locale%/community/%original_file_name%'
ignore:
- '/content/community/complementary-tools.it-IT.md'
- '/content/community/complementary-tools.ko-KR.md'
- '/content/community/complementary-tools.zh-CN.md'
- '/content/community/conferences.it-IT.md'
- '/content/community/conferences.ko-KR.md'
- '/content/community/conferences.zh-CN.md'
- '/content/community/examples.it-IT.md'
- '/content/community/examples.ko-KR.md'
- '/content/community/examples.zh-CN.md'
- '/content/community/videos.it-IT.md'
- '/content/community/videos.ko-KR.md'
- '/content/community/videos.zh-CN.md'
languages_mapping: *anchor
-
source: '/content/contributing/*.md'
translation: '/docs/%locale%/contributing/%original_file_name%'
languages_mapping: *anchor
-
source: '/content/warnings/*.md'
translation: '/docs/%locale%/warnings/%original_file_name%'
languages_mapping: *anchor
-
source: '/README.md'
translation: '/docs/%locale%/README.md'
languages_mapping: *anchor
-
source: '/content/404.md'
translation: '/docs/%locale%/404.md'
languages_mapping: *anchor