forked from pbek/QOwnNotes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcrowdin.yaml
82 lines (79 loc) · 2.01 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
# Crowdin configuration file
# see: https://support.crowdin.com/configuration-file/
#
# you will need the Java CLI client
# see: https://support.crowdin.com/cli-tool/
project_identifier: qownnotes
# the api key has to be provided by ~/.crowdin.yaml
#api_key: XXXX
files:
-
# source files filter
source: '/src/languages/QOwnNotes_en.ts'
# where translations live
translation: '/src/languages/QOwnNotes_%locale_with_underscore%.ts'
#translation: '/src/languages/QOwnNotes_%locale%.ts'
#translation: 'src/languages/QOwnNotes_%two_letters_code%.ts'
#"languages_mapping" : {
#"two_letters_code" : {
#"pt" : "pt_PT",
#"pt-BR" : "pt_BR"
#}
#}
"languages_mapping" : {
"locale_with_underscore" : {
"ar_SA" : "ar",
"ca_ES" : "ca",
"cs_CZ" : "cs",
"de_DE" : "de",
"es_ES" : "es",
"fr_FR" : "fr",
"hr_HR" : "hr",
"hu_HU" : "hu",
"sv_SE" : "sv",
"it_IT" : "it",
"ja_JP" : "ja",
"nl_NL" : "nl",
"pl_PL" : "pl",
"ru_RU" : "ru",
"uk_UA" : "uk",
"id_ID" : "id",
"bn_BD" : "bn",
"tr_TR" : "tr",
"tl_PH" : "tl",
"fil_PH" : "fil",
"ceb_PH" : "ceb",
"hi_IN" : "hi",
"gl_ES" : "gl",
"no_NO" : "no",
"no_DK" : "da",
"ro_RO" : "ro",
"sk_SK" : "sk",
"sl_SI" : "sl",
"eu_ES" : "eu",
"sr_SP" : "sr",
"fa_IR" : "fa",
"bg_BG" : "bg",
"is_IS" : "is",
"pa_IN" : "pa",
"sq_AL" : "sq",
"he_IL" : "he",
"sn_ZW" : "sn",
"km_KH" : "km",
"si_LK" : "si",
"zu_ZA" : "zu",
"xh_ZA" : "xh",
"ms_MY" : "ms",
"mi_NZ" : "mi",
"ga_IE" : "ga",
"uz_UZ" : "uz",
"vi_VN" : "vi",
"lv_LV" : "vl",
"ku_TR" : "ku",
"lt_LT" : "lt",
"bs_BA" : "bs",
"mk_MK" : "mk",
"ko_KR" : "ko",
"et_EE" : "et",
}
}