-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathstaticLangCountryCodes.js
151 lines (150 loc) · 1.96 KB
/
staticLangCountryCodes.js
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
// Export a 'default' mapping using ISO-396-1 culture codes.
// This is used to convert 2-letter locales (language-only) to 4-letter locales.
// containing region information (used to derive first-day-of-week)
export default {
af: 'ZA',
sq: 'AL',
gsw: 'FR',
am: 'ET',
ar: 'SA',
hy: 'AM',
as: 'IN',
az: 'AZ',
bn: 'IN',
ba: 'RU',
eu: 'ES',
be: 'BY',
bs: 'BA',
br: 'FR',
bg: 'BG',
my: 'MM',
ca: 'ES',
ku: 'IQ',
chr: 'US',
zh: 'CN',
co: 'FR',
hr: 'HR',
cs: 'CZ',
da: 'DK',
prs: 'AF',
dv: 'MV',
nl: 'NL',
dz: 'BT',
bin: 'NG',
en: 'US',
et: 'EE',
fo: 'FO',
fil: 'PH',
fi: 'FI',
fr: 'FR',
fy: 'NL',
ff: 'NG',
gl: 'ES',
ka: 'GE',
de: 'DE',
el: 'GR',
kl: 'GL',
gn: 'PY',
gu: 'IN',
ha: 'NG',
haw: 'US',
he: 'IL',
hi: 'IN',
hu: 'HU',
ibb: 'NG',
is: 'IS',
ig: 'NG',
id: 'ID',
iu: 'CA',
ga: 'IE',
xh: 'ZA',
zu: 'ZA',
it: 'IT',
ja: 'JP',
kn: 'IN',
kr: 'NG',
ks: 'IN',
kk: 'KZ',
km: 'KH',
quc: 'GT',
rw: 'RW',
sw: 'KE',
kok: 'IN',
ko: 'KR',
ky: 'KG',
lo: 'LA',
la: '001',
lv: 'LV',
lt: 'LT',
dsb: 'DE',
lb: 'LU',
mk: 'MK',
ms: 'MY',
ml: 'IN',
mt: 'MT',
mni: 'IN',
mi: 'NZ',
arn: 'CL',
mr: 'IN',
moh: 'CA',
mn: 'MN',
ne: 'NP',
nb: 'NO',
nn: 'NO',
oc: 'FR',
or: 'IN',
om: 'ET',
pap: '029',
ps: 'AF',
fa: 'IR',
pl: 'PL',
pt: 'PT',
pa: 'IN',
quz: 'BO',
ro: 'RO',
rm: 'CH',
ru: 'RU',
sah: 'RU',
smn: 'FI',
smj: 'SE',
se: 'NO',
sms: 'FI',
sma: 'SE',
sa: 'IN',
gd: 'GB',
sr: 'RS',
nso: 'ZA',
tn: 'ZA',
sd: 'PK',
si: 'LK',
sk: 'SK',
sl: 'SI',
so: 'SO',
st: 'ZA',
es: 'ES',
sv: 'SE',
syr: 'SY',
tg: 'TJ',
tzm: 'DZ',
ta: 'IN',
tt: 'RU',
te: 'IN',
th: 'TH',
bo: 'CN',
ti: 'ER',
ts: 'ZA',
tr: 'TR',
tk: 'TM',
uk: 'UA',
hsb: 'DE',
ur: 'PK',
ug: 'CN',
uz: 'UZ',
ve: 'ZA',
vi: 'VN',
cy: 'GB',
wo: 'SN',
ii: 'CN',
yi: '001',
yo: 'NG'
};