-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathcrowdin.yaml
37 lines (37 loc) · 853 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
35
36
37
project_identifier: documentation-handbook
api_key_env: CROWDIN_API_KEY
base_path: .
files:
- source: '/README.md'
translation: '/translations/%locale%/README.md'
languages_mapping:
locale:
# 'af': 'af'
# 'ar': 'ar'
# 'ca': 'ca'
# 'cs': 'cs'
# 'da': 'da'
# 'de': 'de'
# 'el': 'el'
# 'es-ES': 'es-ES'
# 'fi': 'fi'
# 'fr': 'fr'
# 'he': 'he'
# 'hu': 'hu'
# 'it': 'it'
# 'ja': 'ja'
# 'ko': 'ko'
# 'no': 'no'
# 'nl': 'nl'
# 'pl': 'pl'
# 'pt-BR': 'pt-BR'
# 'pt-PT': 'pt-PT'
# 'ro': 'ro'
'ru': 'ru'
# 'sr': 'sr'
# 'sv-SE': 'sv-SE'
# 'tr': 'tr'
# 'uk': 'uk'
# 'vi': 'vi'
# 'zh-CN': 'zh-Hans'
# 'zh-TW': 'zh-Hant'