waha-shared 1.0.305 → 1.0.307
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/data/areas/areas.json +50 -48
- package/dist/data/areas/areas.schema.json +2 -2
- package/dist/data/areas/areas.zod.d.ts +1 -1
- package/dist/data/areas/areas.zod.js +1 -1
- package/dist/data/areas/index.d.ts +1 -1
- package/dist/data/bibleAudios/bibleAudios.json +581 -314
- package/dist/data/bibleAudios/bibleAudios.schema.json +17 -8
- package/dist/data/bibleAudios/bibleAudios.zod.d.ts +43 -2
- package/dist/data/bibleAudios/bibleAudios.zod.js +16 -7
- package/dist/data/bibleAudios/index.d.ts +2 -1
- package/dist/data/bibleBooks/bibleBooks.json +792 -790
- package/dist/data/bibleStatuses/bibleStatuses.json +7981 -8480
- package/dist/data/bibleStatuses/bibleStatuses.schema.json +6 -0
- package/dist/data/bibleStatuses/bibleStatuses.zod.d.ts +1 -0
- package/dist/data/bibleStatuses/bibleStatuses.zod.js +4 -0
- package/dist/data/bibleStatuses/index.d.ts +1 -0
- package/dist/data/bibleTexts/bibleTexts.json +269 -184
- package/dist/data/bibleTexts/bibleTexts.schema.json +7 -0
- package/dist/data/bibleTexts/bibleTexts.zod.d.ts +28 -0
- package/dist/data/bibleTexts/bibleTexts.zod.js +10 -3
- package/dist/data/bibleTexts/index.d.ts +2 -0
- package/dist/data/clones/clones.json +2 -0
- package/dist/data/countries/countries.json +480 -480
- package/dist/data/countriesAndLanguages/countriesAndLanguages.json +6812 -6810
- package/dist/data/crowdinLanguages/crowdinLanguages.json +1440 -1438
- package/dist/data/crowdinLanguages/crowdinLanguages.schema.json +3 -3
- package/dist/data/crowdinLanguages/crowdinLanguages.zod.d.ts +2 -2
- package/dist/data/crowdinLanguages/crowdinLanguages.zod.js +2 -2
- package/dist/data/crowdinLanguages/index.d.ts +2 -2
- package/dist/data/curriculumFoundations/curriculumFoundations.json +86 -69
- package/dist/data/curriculumQuestions/curriculumQuestions.json +194 -192
- package/dist/data/curriculumTopics/curriculumTopics.json +51 -8
- package/dist/data/dblAudioLicenses/dblAudioLicenses.json +36 -7
- package/dist/data/dblTextLicenses/dblTextLicenses.json +4 -4
- package/dist/data/firebase.d.ts +1 -0
- package/dist/data/firebase.js +4 -0
- package/dist/data/iosVoiceOverLanguages/iosVoiceOverLanguages.json +1 -1
- package/dist/data/iso6933LanguageCodes/iso6933LanguageCodes.json +1 -1
- package/dist/data/languages/index.d.ts +20 -10
- package/dist/data/languages/languages.json +2983 -2008
- package/dist/data/languages/languages.schema.json +93 -47
- package/dist/data/languages/languages.zod.d.ts +93 -30
- package/dist/data/languages/languages.zod.js +59 -37
- package/dist/data/lessonPauses/index.d.ts +0 -1
- package/dist/data/lessonPauses/lessonPauses.json +2 -3
- package/dist/data/lessonPauses/lessonPauses.schema.json +1 -11
- package/dist/data/lessonPauses/lessonPauses.zod.d.ts +0 -1
- package/dist/data/lessonPauses/lessonPauses.zod.js +0 -3
- package/dist/data/mediaDurations/mediaDurations.json +35291 -6076
- package/dist/data/mediaDurations/mediaDurations.schema.json +1 -1
- package/dist/data/mediaDurations/mediaDurations.zod.js +1 -1
- package/dist/data/notification/index.d.ts +1 -1
- package/dist/data/notification/notification.json +93 -169
- package/dist/data/phoneLanguages/phoneLanguages.json +637 -635
- package/dist/data/questions/questions.json +149 -147
- package/dist/data/releaseNotes/releaseNotes.json +126 -124
- package/dist/data/screenshots/screenshots.json +1 -1
- package/dist/data/scripts/scripts.json +6 -1
- package/dist/data/sets/index.d.ts +3 -3
- package/dist/data/sets/sets.json +1770 -480
- package/dist/data/sets/sets.schema.json +1 -1
- package/dist/data/sets/sets.zod.d.ts +3 -3
- package/dist/data/sets/sets.zod.js +3 -6
- package/dist/data/translationsApp/index.d.ts +1 -0
- package/dist/data/translationsApp/translationsApp.json +1836 -1628
- package/dist/data/translationsApp/translationsApp.schema.json +1 -0
- package/dist/data/translationsApp/translationsApp.zod.d.ts +2 -0
- package/dist/data/translationsApp/translationsApp.zod.js +1 -0
- package/dist/data/translationsFtb/translationsFtb.json +122 -666
- package/dist/data/translationsIntroduction/translationsIntroduction.json +1 -1
- package/dist/data/translationsQuestion/translationsQuestion.json +65 -33
- package/dist/data/translationsSet/translationsSet.json +30155 -19418
- package/dist/data/translationsSet/translationsSet.schema.json +3 -4
- package/dist/data/translationsSet/translationsSet.zod.js +4 -4
- package/dist/data/translationsSolarSpeaker/translationsSolarSpeaker.json +1 -1
- package/dist/data/translationsSpokenQuestion/translationsSpokenQuestion.json +67 -35
- package/dist/data/youtubePlaylists/youtubePlaylists.json +10 -10
- package/dist/data/youtubeVideos/youtubeVideos.json +82 -82
- package/dist/functions/bibleBooks.d.ts +16 -0
- package/dist/functions/bibleBooks.js +101 -0
- package/dist/functions/bibles.d.ts +44 -0
- package/dist/functions/bibles.js +291 -0
- package/dist/functions/languages.d.ts +6 -7
- package/dist/functions/languages.js +51 -53
- package/dist/functions/scripturePassages.d.ts +34 -49
- package/dist/functions/scripturePassages.js +167 -304
- package/dist/functions/sets.d.ts +13 -52
- package/dist/functions/sets.js +193 -205
- package/dist/functions/utils.d.ts +2 -0
- package/dist/functions/utils.js +8 -0
- package/dist/types/bibleChapters.d.ts +2 -2
- package/dist/types/bibleChapters.js +1 -1
- package/dist/types/languages.d.ts +39 -9
- package/dist/types/languages.js +2 -0
- package/dist/types/sets.d.ts +21 -11
- package/package.json +1 -1
- package/dist/data/languageAssets/index.d.ts +0 -1
- package/dist/data/languageAssets/index.js +0 -7
- package/dist/data/languageAssets/languageAssets.json +0 -45406
- package/dist/data/languageAssets/languageAssets.schema.json +0 -19
- package/dist/data/languageAssets/languageAssets.zod.d.ts +0 -3
- package/dist/data/languageAssets/languageAssets.zod.js +0 -7
|
@@ -1,21 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "./phoneLanguages.schema.json",
|
|
3
|
+
"sortKeys": ["twoLetterId", "threeLetterId"],
|
|
4
|
+
"sortOrder": "ascending",
|
|
3
5
|
"data": [
|
|
4
6
|
{
|
|
5
7
|
"twoLetterId": "af",
|
|
6
8
|
"exonym": "Afrikaans",
|
|
7
9
|
"alternatives": [
|
|
8
10
|
{
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
+
"threeLetterId": "afr",
|
|
12
|
+
"exonym": "Afrikaans"
|
|
11
13
|
},
|
|
12
14
|
{
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
+
"threeLetterId": "nld",
|
|
16
|
+
"exonym": "Dutch"
|
|
15
17
|
},
|
|
16
18
|
{
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
+
"threeLetterId": "eng",
|
|
20
|
+
"exonym": "English"
|
|
19
21
|
}
|
|
20
22
|
]
|
|
21
23
|
},
|
|
@@ -24,26 +26,12 @@
|
|
|
24
26
|
"exonym": "Akan",
|
|
25
27
|
"alternatives": [
|
|
26
28
|
{
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
+
"threeLetterId": "aka",
|
|
30
|
+
"exonym": "Akan"
|
|
29
31
|
},
|
|
30
32
|
{
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
}
|
|
34
|
-
]
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"twoLetterId": "sq",
|
|
38
|
-
"exonym": "Albanian",
|
|
39
|
-
"alternatives": [
|
|
40
|
-
{
|
|
41
|
-
"exonym": "Albanian",
|
|
42
|
-
"threeLetterId": "sqi"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"exonym": "English",
|
|
46
|
-
"threeLetterId": "eng"
|
|
33
|
+
"threeLetterId": "eng",
|
|
34
|
+
"exonym": "English"
|
|
47
35
|
}
|
|
48
36
|
]
|
|
49
37
|
},
|
|
@@ -52,12 +40,12 @@
|
|
|
52
40
|
"exonym": "Amharic",
|
|
53
41
|
"alternatives": [
|
|
54
42
|
{
|
|
55
|
-
"
|
|
56
|
-
"
|
|
43
|
+
"threeLetterId": "amh",
|
|
44
|
+
"exonym": "Amharic"
|
|
57
45
|
},
|
|
58
46
|
{
|
|
59
|
-
"
|
|
60
|
-
"
|
|
47
|
+
"threeLetterId": "eng",
|
|
48
|
+
"exonym": "English"
|
|
61
49
|
}
|
|
62
50
|
]
|
|
63
51
|
},
|
|
@@ -66,22 +54,8 @@
|
|
|
66
54
|
"exonym": "Arabic",
|
|
67
55
|
"alternatives": [
|
|
68
56
|
{
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
}
|
|
72
|
-
]
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"twoLetterId": "hy",
|
|
76
|
-
"exonym": "Armenian",
|
|
77
|
-
"alternatives": [
|
|
78
|
-
{
|
|
79
|
-
"exonym": "Armenian",
|
|
80
|
-
"threeLetterId": "hye"
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"exonym": "Russian",
|
|
84
|
-
"threeLetterId": "rus"
|
|
57
|
+
"threeLetterId": "ara",
|
|
58
|
+
"exonym": "Arabic"
|
|
85
59
|
}
|
|
86
60
|
]
|
|
87
61
|
},
|
|
@@ -90,16 +64,16 @@
|
|
|
90
64
|
"exonym": "Assamese",
|
|
91
65
|
"alternatives": [
|
|
92
66
|
{
|
|
93
|
-
"
|
|
94
|
-
"
|
|
67
|
+
"threeLetterId": "asm",
|
|
68
|
+
"exonym": "Assamese"
|
|
95
69
|
},
|
|
96
70
|
{
|
|
97
|
-
"
|
|
98
|
-
"
|
|
71
|
+
"threeLetterId": "ben",
|
|
72
|
+
"exonym": "Bengali"
|
|
99
73
|
},
|
|
100
74
|
{
|
|
101
|
-
"
|
|
102
|
-
"
|
|
75
|
+
"threeLetterId": "hin",
|
|
76
|
+
"exonym": "Hindi"
|
|
103
77
|
}
|
|
104
78
|
]
|
|
105
79
|
},
|
|
@@ -108,68 +82,54 @@
|
|
|
108
82
|
"exonym": "Azerbaijani",
|
|
109
83
|
"alternatives": [
|
|
110
84
|
{
|
|
111
|
-
"
|
|
112
|
-
"
|
|
85
|
+
"threeLetterId": "aze",
|
|
86
|
+
"exonym": "Azerbaijani"
|
|
113
87
|
},
|
|
114
88
|
{
|
|
115
|
-
"
|
|
116
|
-
"
|
|
89
|
+
"threeLetterId": "tur",
|
|
90
|
+
"exonym": "Turkish"
|
|
117
91
|
}
|
|
118
92
|
]
|
|
119
93
|
},
|
|
120
94
|
{
|
|
121
|
-
"twoLetterId": "
|
|
122
|
-
"exonym": "
|
|
123
|
-
"alternatives": [
|
|
124
|
-
{
|
|
125
|
-
"exonym": "Bambara",
|
|
126
|
-
"threeLetterId": "bam"
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"exonym": "French",
|
|
130
|
-
"threeLetterId": "fra"
|
|
131
|
-
}
|
|
132
|
-
]
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"twoLetterId": "eu",
|
|
136
|
-
"exonym": "Basque",
|
|
95
|
+
"twoLetterId": "be",
|
|
96
|
+
"exonym": "Belarusian",
|
|
137
97
|
"alternatives": [
|
|
138
98
|
{
|
|
139
|
-
"
|
|
140
|
-
"
|
|
99
|
+
"threeLetterId": "bel",
|
|
100
|
+
"exonym": "Belarusian"
|
|
141
101
|
},
|
|
142
102
|
{
|
|
143
|
-
"
|
|
144
|
-
"
|
|
103
|
+
"threeLetterId": "rus",
|
|
104
|
+
"exonym": "Russian"
|
|
145
105
|
}
|
|
146
106
|
]
|
|
147
107
|
},
|
|
148
108
|
{
|
|
149
|
-
"twoLetterId": "
|
|
150
|
-
"exonym": "
|
|
109
|
+
"twoLetterId": "bg",
|
|
110
|
+
"exonym": "Bulgarian",
|
|
151
111
|
"alternatives": [
|
|
152
112
|
{
|
|
153
|
-
"
|
|
154
|
-
"
|
|
113
|
+
"threeLetterId": "bul",
|
|
114
|
+
"exonym": "Bulgarian"
|
|
155
115
|
},
|
|
156
116
|
{
|
|
157
|
-
"
|
|
158
|
-
"
|
|
117
|
+
"threeLetterId": "eng",
|
|
118
|
+
"exonym": "English"
|
|
159
119
|
}
|
|
160
120
|
]
|
|
161
121
|
},
|
|
162
122
|
{
|
|
163
|
-
"twoLetterId": "
|
|
164
|
-
"exonym": "
|
|
123
|
+
"twoLetterId": "bm",
|
|
124
|
+
"exonym": "Bambara",
|
|
165
125
|
"alternatives": [
|
|
166
126
|
{
|
|
167
|
-
"
|
|
168
|
-
"
|
|
127
|
+
"threeLetterId": "bam",
|
|
128
|
+
"exonym": "Bambara"
|
|
169
129
|
},
|
|
170
130
|
{
|
|
171
|
-
"
|
|
172
|
-
"
|
|
131
|
+
"threeLetterId": "fra",
|
|
132
|
+
"exonym": "French"
|
|
173
133
|
}
|
|
174
134
|
]
|
|
175
135
|
},
|
|
@@ -178,26 +138,26 @@
|
|
|
178
138
|
"exonym": "Bengali",
|
|
179
139
|
"alternatives": [
|
|
180
140
|
{
|
|
181
|
-
"
|
|
182
|
-
"
|
|
141
|
+
"threeLetterId": "ben",
|
|
142
|
+
"exonym": "Bengali"
|
|
183
143
|
},
|
|
184
144
|
{
|
|
185
|
-
"
|
|
186
|
-
"
|
|
145
|
+
"threeLetterId": "hin",
|
|
146
|
+
"exonym": "Hindi"
|
|
187
147
|
}
|
|
188
148
|
]
|
|
189
149
|
},
|
|
190
150
|
{
|
|
191
|
-
"twoLetterId": "
|
|
192
|
-
"exonym": "
|
|
151
|
+
"twoLetterId": "bo",
|
|
152
|
+
"exonym": "Tibetan",
|
|
193
153
|
"alternatives": [
|
|
194
154
|
{
|
|
195
|
-
"
|
|
196
|
-
"
|
|
155
|
+
"threeLetterId": "bod",
|
|
156
|
+
"exonym": "Tibetan"
|
|
197
157
|
},
|
|
198
158
|
{
|
|
199
|
-
"
|
|
200
|
-
"
|
|
159
|
+
"threeLetterId": "eng",
|
|
160
|
+
"exonym": "English"
|
|
201
161
|
}
|
|
202
162
|
]
|
|
203
163
|
},
|
|
@@ -206,152 +166,142 @@
|
|
|
206
166
|
"exonym": "Breton",
|
|
207
167
|
"alternatives": [
|
|
208
168
|
{
|
|
209
|
-
"
|
|
210
|
-
"
|
|
169
|
+
"threeLetterId": "bre",
|
|
170
|
+
"exonym": "Breton"
|
|
211
171
|
},
|
|
212
172
|
{
|
|
213
|
-
"
|
|
214
|
-
"
|
|
173
|
+
"threeLetterId": "fra",
|
|
174
|
+
"exonym": "French"
|
|
215
175
|
}
|
|
216
176
|
]
|
|
217
177
|
},
|
|
218
178
|
{
|
|
219
|
-
"twoLetterId": "
|
|
220
|
-
"exonym": "
|
|
179
|
+
"twoLetterId": "bs",
|
|
180
|
+
"exonym": "Bosnian",
|
|
221
181
|
"alternatives": [
|
|
222
182
|
{
|
|
223
|
-
"
|
|
224
|
-
"
|
|
183
|
+
"threeLetterId": "bos",
|
|
184
|
+
"exonym": "Bosnian"
|
|
225
185
|
},
|
|
226
186
|
{
|
|
227
|
-
"
|
|
228
|
-
"
|
|
187
|
+
"threeLetterId": "eng",
|
|
188
|
+
"exonym": "English"
|
|
229
189
|
}
|
|
230
190
|
]
|
|
231
191
|
},
|
|
232
192
|
{
|
|
233
|
-
"twoLetterId": "
|
|
234
|
-
"exonym": "
|
|
193
|
+
"twoLetterId": "ca",
|
|
194
|
+
"exonym": "Catalan",
|
|
235
195
|
"alternatives": [
|
|
236
196
|
{
|
|
237
|
-
"
|
|
238
|
-
"
|
|
197
|
+
"threeLetterId": "cat",
|
|
198
|
+
"exonym": "Catalan"
|
|
239
199
|
},
|
|
240
200
|
{
|
|
241
|
-
"
|
|
242
|
-
"
|
|
201
|
+
"threeLetterId": "spa",
|
|
202
|
+
"exonym": "Spanish"
|
|
243
203
|
}
|
|
244
204
|
]
|
|
245
205
|
},
|
|
246
206
|
{
|
|
247
|
-
"twoLetterId": "
|
|
248
|
-
"exonym": "
|
|
207
|
+
"twoLetterId": "cs",
|
|
208
|
+
"exonym": "Czech",
|
|
249
209
|
"alternatives": [
|
|
250
210
|
{
|
|
251
|
-
"
|
|
252
|
-
"
|
|
211
|
+
"threeLetterId": "ces",
|
|
212
|
+
"exonym": "Czech"
|
|
253
213
|
},
|
|
254
214
|
{
|
|
255
|
-
"
|
|
256
|
-
"
|
|
257
|
-
}
|
|
258
|
-
]
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"twoLetterId": "zh",
|
|
262
|
-
"exonym": "Chinese",
|
|
263
|
-
"alternatives": [
|
|
215
|
+
"threeLetterId": "slk",
|
|
216
|
+
"exonym": "Slovak"
|
|
217
|
+
},
|
|
264
218
|
{
|
|
265
|
-
"
|
|
266
|
-
"
|
|
219
|
+
"threeLetterId": "eng",
|
|
220
|
+
"exonym": "English"
|
|
267
221
|
}
|
|
268
222
|
]
|
|
269
223
|
},
|
|
270
224
|
{
|
|
271
|
-
"twoLetterId": "
|
|
272
|
-
"exonym": "
|
|
225
|
+
"twoLetterId": "cy",
|
|
226
|
+
"exonym": "Welsh",
|
|
273
227
|
"alternatives": [
|
|
274
228
|
{
|
|
275
|
-
"
|
|
276
|
-
"
|
|
229
|
+
"threeLetterId": "cym",
|
|
230
|
+
"exonym": "Welsh"
|
|
277
231
|
},
|
|
278
232
|
{
|
|
279
|
-
"
|
|
280
|
-
"
|
|
233
|
+
"threeLetterId": "eng",
|
|
234
|
+
"exonym": "English"
|
|
281
235
|
}
|
|
282
236
|
]
|
|
283
237
|
},
|
|
284
238
|
{
|
|
285
|
-
"twoLetterId": "
|
|
286
|
-
"exonym": "
|
|
239
|
+
"twoLetterId": "da",
|
|
240
|
+
"exonym": "Danish",
|
|
287
241
|
"alternatives": [
|
|
288
242
|
{
|
|
289
|
-
"
|
|
290
|
-
"
|
|
243
|
+
"threeLetterId": "dan",
|
|
244
|
+
"exonym": "Danish"
|
|
291
245
|
},
|
|
292
246
|
{
|
|
293
|
-
"
|
|
294
|
-
"
|
|
247
|
+
"threeLetterId": "swe",
|
|
248
|
+
"exonym": "Swedish"
|
|
295
249
|
}
|
|
296
250
|
]
|
|
297
251
|
},
|
|
298
252
|
{
|
|
299
|
-
"twoLetterId": "
|
|
300
|
-
"exonym": "
|
|
253
|
+
"twoLetterId": "de",
|
|
254
|
+
"exonym": "German",
|
|
301
255
|
"alternatives": [
|
|
302
256
|
{
|
|
303
|
-
"
|
|
304
|
-
"
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
"exonym": "Slovak",
|
|
308
|
-
"threeLetterId": "slk"
|
|
257
|
+
"threeLetterId": "deu",
|
|
258
|
+
"exonym": "German"
|
|
309
259
|
},
|
|
310
260
|
{
|
|
311
|
-
"
|
|
312
|
-
"
|
|
261
|
+
"threeLetterId": "eng",
|
|
262
|
+
"exonym": "English"
|
|
313
263
|
}
|
|
314
264
|
]
|
|
315
265
|
},
|
|
316
266
|
{
|
|
317
|
-
"twoLetterId": "
|
|
318
|
-
"exonym": "
|
|
267
|
+
"twoLetterId": "dz",
|
|
268
|
+
"exonym": "Dzongkha",
|
|
319
269
|
"alternatives": [
|
|
320
270
|
{
|
|
321
|
-
"
|
|
322
|
-
"
|
|
271
|
+
"threeLetterId": "dzo",
|
|
272
|
+
"exonym": "Dzongkha"
|
|
323
273
|
},
|
|
324
274
|
{
|
|
325
|
-
"
|
|
326
|
-
"
|
|
275
|
+
"threeLetterId": "eng",
|
|
276
|
+
"exonym": "English"
|
|
327
277
|
}
|
|
328
278
|
]
|
|
329
279
|
},
|
|
330
280
|
{
|
|
331
|
-
"twoLetterId": "
|
|
332
|
-
"exonym": "
|
|
281
|
+
"twoLetterId": "ee",
|
|
282
|
+
"exonym": "Ewe",
|
|
333
283
|
"alternatives": [
|
|
334
284
|
{
|
|
335
|
-
"
|
|
336
|
-
"
|
|
285
|
+
"threeLetterId": "ewe",
|
|
286
|
+
"exonym": "Ewe"
|
|
337
287
|
},
|
|
338
288
|
{
|
|
339
|
-
"
|
|
340
|
-
"
|
|
289
|
+
"threeLetterId": "eng",
|
|
290
|
+
"exonym": "English"
|
|
341
291
|
}
|
|
342
292
|
]
|
|
343
293
|
},
|
|
344
294
|
{
|
|
345
|
-
"twoLetterId": "
|
|
346
|
-
"exonym": "
|
|
295
|
+
"twoLetterId": "el",
|
|
296
|
+
"exonym": "Greek",
|
|
347
297
|
"alternatives": [
|
|
348
298
|
{
|
|
349
|
-
"
|
|
350
|
-
"
|
|
299
|
+
"threeLetterId": "ell",
|
|
300
|
+
"exonym": "Greek"
|
|
351
301
|
},
|
|
352
302
|
{
|
|
353
|
-
"
|
|
354
|
-
"
|
|
303
|
+
"threeLetterId": "eng",
|
|
304
|
+
"exonym": "English"
|
|
355
305
|
}
|
|
356
306
|
]
|
|
357
307
|
},
|
|
@@ -360,8 +310,8 @@
|
|
|
360
310
|
"exonym": "English",
|
|
361
311
|
"alternatives": [
|
|
362
312
|
{
|
|
363
|
-
"
|
|
364
|
-
"
|
|
313
|
+
"threeLetterId": "eng",
|
|
314
|
+
"exonym": "English"
|
|
365
315
|
}
|
|
366
316
|
]
|
|
367
317
|
},
|
|
@@ -370,12 +320,22 @@
|
|
|
370
320
|
"exonym": "Esperanto",
|
|
371
321
|
"alternatives": [
|
|
372
322
|
{
|
|
373
|
-
"
|
|
374
|
-
"
|
|
323
|
+
"threeLetterId": "epo",
|
|
324
|
+
"exonym": "Esperanto"
|
|
375
325
|
},
|
|
376
326
|
{
|
|
377
|
-
"
|
|
378
|
-
"
|
|
327
|
+
"threeLetterId": "eng",
|
|
328
|
+
"exonym": "English"
|
|
329
|
+
}
|
|
330
|
+
]
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"twoLetterId": "es",
|
|
334
|
+
"exonym": "Spanish",
|
|
335
|
+
"alternatives": [
|
|
336
|
+
{
|
|
337
|
+
"threeLetterId": "spa",
|
|
338
|
+
"exonym": "Spanish"
|
|
379
339
|
}
|
|
380
340
|
]
|
|
381
341
|
},
|
|
@@ -384,162 +344,162 @@
|
|
|
384
344
|
"exonym": "Estonian",
|
|
385
345
|
"alternatives": [
|
|
386
346
|
{
|
|
387
|
-
"
|
|
388
|
-
"
|
|
347
|
+
"threeLetterId": "est",
|
|
348
|
+
"exonym": "Estonian"
|
|
389
349
|
},
|
|
390
350
|
{
|
|
391
|
-
"
|
|
392
|
-
"
|
|
351
|
+
"threeLetterId": "eng",
|
|
352
|
+
"exonym": "English"
|
|
393
353
|
}
|
|
394
354
|
]
|
|
395
355
|
},
|
|
396
356
|
{
|
|
397
|
-
"twoLetterId": "
|
|
398
|
-
"exonym": "
|
|
357
|
+
"twoLetterId": "eu",
|
|
358
|
+
"exonym": "Basque",
|
|
399
359
|
"alternatives": [
|
|
400
360
|
{
|
|
401
|
-
"
|
|
402
|
-
"
|
|
361
|
+
"threeLetterId": "eus",
|
|
362
|
+
"exonym": "Basque"
|
|
403
363
|
},
|
|
404
364
|
{
|
|
405
|
-
"
|
|
406
|
-
"
|
|
365
|
+
"threeLetterId": "spa",
|
|
366
|
+
"exonym": "Spanish"
|
|
407
367
|
}
|
|
408
368
|
]
|
|
409
369
|
},
|
|
410
370
|
{
|
|
411
|
-
"twoLetterId": "
|
|
412
|
-
"exonym": "
|
|
371
|
+
"twoLetterId": "fa",
|
|
372
|
+
"exonym": "Persian",
|
|
413
373
|
"alternatives": [
|
|
414
374
|
{
|
|
415
|
-
"
|
|
416
|
-
"
|
|
375
|
+
"threeLetterId": "pes",
|
|
376
|
+
"exonym": "Persian"
|
|
417
377
|
},
|
|
418
378
|
{
|
|
419
|
-
"
|
|
420
|
-
"
|
|
379
|
+
"threeLetterId": "prs",
|
|
380
|
+
"exonym": "Dari"
|
|
421
381
|
}
|
|
422
382
|
]
|
|
423
383
|
},
|
|
424
384
|
{
|
|
425
|
-
"twoLetterId": "
|
|
426
|
-
"exonym": "
|
|
385
|
+
"twoLetterId": "ff",
|
|
386
|
+
"exonym": "Fulah",
|
|
427
387
|
"alternatives": [
|
|
428
388
|
{
|
|
429
|
-
"
|
|
430
|
-
"
|
|
389
|
+
"threeLetterId": "ful",
|
|
390
|
+
"exonym": "Fulah"
|
|
431
391
|
},
|
|
432
392
|
{
|
|
433
|
-
"
|
|
434
|
-
"
|
|
393
|
+
"threeLetterId": "fra",
|
|
394
|
+
"exonym": "French"
|
|
435
395
|
}
|
|
436
396
|
]
|
|
437
397
|
},
|
|
438
398
|
{
|
|
439
|
-
"twoLetterId": "
|
|
440
|
-
"exonym": "
|
|
399
|
+
"twoLetterId": "fi",
|
|
400
|
+
"exonym": "Finnish",
|
|
441
401
|
"alternatives": [
|
|
442
402
|
{
|
|
443
|
-
"
|
|
444
|
-
"
|
|
403
|
+
"threeLetterId": "fin",
|
|
404
|
+
"exonym": "Finnish"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"threeLetterId": "swe",
|
|
408
|
+
"exonym": "Swedish"
|
|
445
409
|
}
|
|
446
410
|
]
|
|
447
411
|
},
|
|
448
412
|
{
|
|
449
|
-
"twoLetterId": "
|
|
450
|
-
"exonym": "
|
|
413
|
+
"twoLetterId": "fil",
|
|
414
|
+
"exonym": "Filipino",
|
|
451
415
|
"alternatives": [
|
|
452
416
|
{
|
|
453
|
-
"
|
|
454
|
-
"
|
|
417
|
+
"threeLetterId": "fil",
|
|
418
|
+
"exonym": "Filipino"
|
|
455
419
|
},
|
|
456
420
|
{
|
|
457
|
-
"
|
|
458
|
-
"
|
|
421
|
+
"threeLetterId": "tgl",
|
|
422
|
+
"exonym": "Tagalog"
|
|
459
423
|
}
|
|
460
424
|
]
|
|
461
425
|
},
|
|
462
426
|
{
|
|
463
|
-
"twoLetterId": "
|
|
464
|
-
"exonym": "
|
|
427
|
+
"twoLetterId": "fo",
|
|
428
|
+
"exonym": "Faroese",
|
|
465
429
|
"alternatives": [
|
|
466
430
|
{
|
|
467
|
-
"
|
|
468
|
-
"
|
|
431
|
+
"threeLetterId": "fao",
|
|
432
|
+
"exonym": "Faroese"
|
|
469
433
|
},
|
|
470
434
|
{
|
|
471
|
-
"
|
|
472
|
-
"
|
|
435
|
+
"threeLetterId": "eng",
|
|
436
|
+
"exonym": "English"
|
|
473
437
|
}
|
|
474
438
|
]
|
|
475
439
|
},
|
|
476
440
|
{
|
|
477
|
-
"twoLetterId": "
|
|
478
|
-
"exonym": "
|
|
441
|
+
"twoLetterId": "fr",
|
|
442
|
+
"exonym": "French",
|
|
479
443
|
"alternatives": [
|
|
480
444
|
{
|
|
481
|
-
"
|
|
482
|
-
"
|
|
483
|
-
},
|
|
484
|
-
{
|
|
485
|
-
"exonym": "English",
|
|
486
|
-
"threeLetterId": "eng"
|
|
445
|
+
"threeLetterId": "fra",
|
|
446
|
+
"exonym": "French"
|
|
487
447
|
}
|
|
488
448
|
]
|
|
489
449
|
},
|
|
490
450
|
{
|
|
491
|
-
"twoLetterId": "
|
|
492
|
-
"exonym": "
|
|
451
|
+
"twoLetterId": "ga",
|
|
452
|
+
"exonym": "Irish",
|
|
493
453
|
"alternatives": [
|
|
494
454
|
{
|
|
495
|
-
"
|
|
496
|
-
"
|
|
455
|
+
"threeLetterId": "gle",
|
|
456
|
+
"exonym": "Irish"
|
|
497
457
|
},
|
|
498
458
|
{
|
|
499
|
-
"
|
|
500
|
-
"
|
|
459
|
+
"threeLetterId": "eng",
|
|
460
|
+
"exonym": "English"
|
|
501
461
|
}
|
|
502
462
|
]
|
|
503
463
|
},
|
|
504
464
|
{
|
|
505
|
-
"twoLetterId": "
|
|
506
|
-
"exonym": "
|
|
465
|
+
"twoLetterId": "gl",
|
|
466
|
+
"exonym": "Galician",
|
|
507
467
|
"alternatives": [
|
|
508
468
|
{
|
|
509
|
-
"
|
|
510
|
-
"
|
|
469
|
+
"threeLetterId": "glg",
|
|
470
|
+
"exonym": "Galician"
|
|
511
471
|
},
|
|
512
472
|
{
|
|
513
|
-
"
|
|
514
|
-
"
|
|
473
|
+
"threeLetterId": "spa",
|
|
474
|
+
"exonym": "Spanish"
|
|
515
475
|
}
|
|
516
476
|
]
|
|
517
477
|
},
|
|
518
478
|
{
|
|
519
|
-
"twoLetterId": "
|
|
520
|
-
"exonym": "
|
|
479
|
+
"twoLetterId": "gu",
|
|
480
|
+
"exonym": "Gujarati",
|
|
521
481
|
"alternatives": [
|
|
522
482
|
{
|
|
523
|
-
"
|
|
524
|
-
"
|
|
483
|
+
"threeLetterId": "guj",
|
|
484
|
+
"exonym": "Gujarati"
|
|
525
485
|
},
|
|
526
486
|
{
|
|
527
|
-
"
|
|
528
|
-
"
|
|
487
|
+
"threeLetterId": "hin",
|
|
488
|
+
"exonym": "Hindi"
|
|
529
489
|
}
|
|
530
490
|
]
|
|
531
491
|
},
|
|
532
492
|
{
|
|
533
|
-
"twoLetterId": "
|
|
534
|
-
"exonym": "
|
|
493
|
+
"twoLetterId": "gv",
|
|
494
|
+
"exonym": "Manx",
|
|
535
495
|
"alternatives": [
|
|
536
496
|
{
|
|
537
|
-
"
|
|
538
|
-
"
|
|
497
|
+
"threeLetterId": "glv",
|
|
498
|
+
"exonym": "Manx"
|
|
539
499
|
},
|
|
540
500
|
{
|
|
541
|
-
"
|
|
542
|
-
"
|
|
501
|
+
"threeLetterId": "eng",
|
|
502
|
+
"exonym": "English"
|
|
543
503
|
}
|
|
544
504
|
]
|
|
545
505
|
},
|
|
@@ -548,12 +508,12 @@
|
|
|
548
508
|
"exonym": "Hausa",
|
|
549
509
|
"alternatives": [
|
|
550
510
|
{
|
|
551
|
-
"
|
|
552
|
-
"
|
|
511
|
+
"threeLetterId": "hau",
|
|
512
|
+
"exonym": "Hausa"
|
|
553
513
|
},
|
|
554
514
|
{
|
|
555
|
-
"
|
|
556
|
-
"
|
|
515
|
+
"threeLetterId": "eng",
|
|
516
|
+
"exonym": "English"
|
|
557
517
|
}
|
|
558
518
|
]
|
|
559
519
|
},
|
|
@@ -562,12 +522,12 @@
|
|
|
562
522
|
"exonym": "Hebrew",
|
|
563
523
|
"alternatives": [
|
|
564
524
|
{
|
|
565
|
-
"
|
|
566
|
-
"
|
|
525
|
+
"threeLetterId": "heb",
|
|
526
|
+
"exonym": "Hebrew"
|
|
567
527
|
},
|
|
568
528
|
{
|
|
569
|
-
"
|
|
570
|
-
"
|
|
529
|
+
"threeLetterId": "eng",
|
|
530
|
+
"exonym": "English"
|
|
571
531
|
}
|
|
572
532
|
]
|
|
573
533
|
},
|
|
@@ -576,8 +536,22 @@
|
|
|
576
536
|
"exonym": "Hindi",
|
|
577
537
|
"alternatives": [
|
|
578
538
|
{
|
|
579
|
-
"
|
|
580
|
-
"
|
|
539
|
+
"threeLetterId": "hin",
|
|
540
|
+
"exonym": "Hindi"
|
|
541
|
+
}
|
|
542
|
+
]
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"twoLetterId": "hr",
|
|
546
|
+
"exonym": "Croatian",
|
|
547
|
+
"alternatives": [
|
|
548
|
+
{
|
|
549
|
+
"threeLetterId": "hrv",
|
|
550
|
+
"exonym": "Croatian"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"threeLetterId": "eng",
|
|
554
|
+
"exonym": "English"
|
|
581
555
|
}
|
|
582
556
|
]
|
|
583
557
|
},
|
|
@@ -586,26 +560,40 @@
|
|
|
586
560
|
"exonym": "Hungarian",
|
|
587
561
|
"alternatives": [
|
|
588
562
|
{
|
|
589
|
-
"
|
|
590
|
-
"
|
|
563
|
+
"threeLetterId": "hun",
|
|
564
|
+
"exonym": "Hungarian"
|
|
591
565
|
},
|
|
592
566
|
{
|
|
593
|
-
"
|
|
594
|
-
"
|
|
567
|
+
"threeLetterId": "eng",
|
|
568
|
+
"exonym": "English"
|
|
595
569
|
}
|
|
596
570
|
]
|
|
597
571
|
},
|
|
598
572
|
{
|
|
599
|
-
"twoLetterId": "
|
|
600
|
-
"exonym": "
|
|
573
|
+
"twoLetterId": "hy",
|
|
574
|
+
"exonym": "Armenian",
|
|
601
575
|
"alternatives": [
|
|
602
576
|
{
|
|
603
|
-
"
|
|
604
|
-
"
|
|
577
|
+
"threeLetterId": "hye",
|
|
578
|
+
"exonym": "Armenian"
|
|
605
579
|
},
|
|
606
580
|
{
|
|
607
|
-
"
|
|
608
|
-
"
|
|
581
|
+
"threeLetterId": "rus",
|
|
582
|
+
"exonym": "Russian"
|
|
583
|
+
}
|
|
584
|
+
]
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"twoLetterId": "id",
|
|
588
|
+
"exonym": "Indonesian",
|
|
589
|
+
"alternatives": [
|
|
590
|
+
{
|
|
591
|
+
"threeLetterId": "ind",
|
|
592
|
+
"exonym": "Indonesian"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"threeLetterId": "zsm",
|
|
596
|
+
"exonym": "Malay"
|
|
609
597
|
}
|
|
610
598
|
]
|
|
611
599
|
},
|
|
@@ -614,40 +602,40 @@
|
|
|
614
602
|
"exonym": "Igbo",
|
|
615
603
|
"alternatives": [
|
|
616
604
|
{
|
|
617
|
-
"
|
|
618
|
-
"
|
|
605
|
+
"threeLetterId": "ibo",
|
|
606
|
+
"exonym": "Igbo"
|
|
619
607
|
},
|
|
620
608
|
{
|
|
621
|
-
"
|
|
622
|
-
"
|
|
609
|
+
"threeLetterId": "eng",
|
|
610
|
+
"exonym": "English"
|
|
623
611
|
}
|
|
624
612
|
]
|
|
625
613
|
},
|
|
626
614
|
{
|
|
627
|
-
"twoLetterId": "
|
|
628
|
-
"exonym": "
|
|
615
|
+
"twoLetterId": "ii",
|
|
616
|
+
"exonym": "Sichuan Yi",
|
|
629
617
|
"alternatives": [
|
|
630
618
|
{
|
|
631
|
-
"
|
|
632
|
-
"
|
|
619
|
+
"threeLetterId": "iii",
|
|
620
|
+
"exonym": "Sichuan Yi"
|
|
633
621
|
},
|
|
634
622
|
{
|
|
635
|
-
"
|
|
636
|
-
"
|
|
623
|
+
"threeLetterId": "cmn",
|
|
624
|
+
"exonym": "Mandarin Chinese"
|
|
637
625
|
}
|
|
638
626
|
]
|
|
639
627
|
},
|
|
640
628
|
{
|
|
641
|
-
"twoLetterId": "
|
|
642
|
-
"exonym": "
|
|
629
|
+
"twoLetterId": "is",
|
|
630
|
+
"exonym": "Icelandic",
|
|
643
631
|
"alternatives": [
|
|
644
632
|
{
|
|
645
|
-
"
|
|
646
|
-
"
|
|
633
|
+
"threeLetterId": "isl",
|
|
634
|
+
"exonym": "Icelandic"
|
|
647
635
|
},
|
|
648
636
|
{
|
|
649
|
-
"
|
|
650
|
-
"
|
|
637
|
+
"threeLetterId": "eng",
|
|
638
|
+
"exonym": "English"
|
|
651
639
|
}
|
|
652
640
|
]
|
|
653
641
|
},
|
|
@@ -656,12 +644,12 @@
|
|
|
656
644
|
"exonym": "Italian",
|
|
657
645
|
"alternatives": [
|
|
658
646
|
{
|
|
659
|
-
"
|
|
660
|
-
"
|
|
647
|
+
"threeLetterId": "ita",
|
|
648
|
+
"exonym": "Italian"
|
|
661
649
|
},
|
|
662
650
|
{
|
|
663
|
-
"
|
|
664
|
-
"
|
|
651
|
+
"threeLetterId": "spa",
|
|
652
|
+
"exonym": "Spanish"
|
|
665
653
|
}
|
|
666
654
|
]
|
|
667
655
|
},
|
|
@@ -670,114 +658,128 @@
|
|
|
670
658
|
"exonym": "Japanese",
|
|
671
659
|
"alternatives": [
|
|
672
660
|
{
|
|
673
|
-
"
|
|
674
|
-
"
|
|
661
|
+
"threeLetterId": "jpn",
|
|
662
|
+
"exonym": "Japanese"
|
|
675
663
|
},
|
|
676
664
|
{
|
|
677
|
-
"
|
|
678
|
-
"
|
|
665
|
+
"threeLetterId": "eng",
|
|
666
|
+
"exonym": "English"
|
|
679
667
|
}
|
|
680
668
|
]
|
|
681
669
|
},
|
|
682
670
|
{
|
|
683
|
-
"twoLetterId": "
|
|
684
|
-
"exonym": "
|
|
671
|
+
"twoLetterId": "ka",
|
|
672
|
+
"exonym": "Georgian",
|
|
685
673
|
"alternatives": [
|
|
686
674
|
{
|
|
687
|
-
"
|
|
688
|
-
"
|
|
675
|
+
"threeLetterId": "kat",
|
|
676
|
+
"exonym": "Georgian"
|
|
689
677
|
},
|
|
690
678
|
{
|
|
691
|
-
"
|
|
692
|
-
"
|
|
679
|
+
"threeLetterId": "rus",
|
|
680
|
+
"exonym": "Russian"
|
|
681
|
+
}
|
|
682
|
+
]
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"twoLetterId": "kk",
|
|
686
|
+
"exonym": "Kazakh",
|
|
687
|
+
"alternatives": [
|
|
688
|
+
{
|
|
689
|
+
"threeLetterId": "kaz",
|
|
690
|
+
"exonym": "Kazakh"
|
|
693
691
|
},
|
|
694
692
|
{
|
|
695
|
-
"
|
|
696
|
-
"
|
|
693
|
+
"threeLetterId": "rus",
|
|
694
|
+
"exonym": "Russian"
|
|
697
695
|
}
|
|
698
696
|
]
|
|
699
697
|
},
|
|
700
698
|
{
|
|
701
|
-
"twoLetterId": "
|
|
702
|
-
"exonym": "
|
|
699
|
+
"twoLetterId": "kl",
|
|
700
|
+
"exonym": "Kalaallisut",
|
|
703
701
|
"alternatives": [
|
|
704
702
|
{
|
|
705
|
-
"
|
|
706
|
-
"
|
|
703
|
+
"threeLetterId": "kal",
|
|
704
|
+
"exonym": "Kalaallisut"
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"threeLetterId": "dan",
|
|
708
|
+
"exonym": "Danish"
|
|
707
709
|
},
|
|
708
710
|
{
|
|
709
|
-
"
|
|
710
|
-
"
|
|
711
|
+
"threeLetterId": "eng",
|
|
712
|
+
"exonym": "English"
|
|
711
713
|
}
|
|
712
714
|
]
|
|
713
715
|
},
|
|
714
716
|
{
|
|
715
|
-
"twoLetterId": "
|
|
716
|
-
"exonym": "
|
|
717
|
+
"twoLetterId": "km",
|
|
718
|
+
"exonym": "Khmer",
|
|
717
719
|
"alternatives": [
|
|
718
720
|
{
|
|
719
|
-
"
|
|
720
|
-
"
|
|
721
|
+
"threeLetterId": "khm",
|
|
722
|
+
"exonym": "Khmer"
|
|
721
723
|
},
|
|
722
724
|
{
|
|
723
|
-
"
|
|
724
|
-
"
|
|
725
|
+
"threeLetterId": "eng",
|
|
726
|
+
"exonym": "English"
|
|
725
727
|
}
|
|
726
728
|
]
|
|
727
729
|
},
|
|
728
730
|
{
|
|
729
|
-
"twoLetterId": "
|
|
730
|
-
"exonym": "
|
|
731
|
+
"twoLetterId": "kn",
|
|
732
|
+
"exonym": "Kannada",
|
|
731
733
|
"alternatives": [
|
|
732
734
|
{
|
|
733
|
-
"
|
|
734
|
-
"
|
|
735
|
+
"threeLetterId": "kan",
|
|
736
|
+
"exonym": "Kannada"
|
|
735
737
|
},
|
|
736
738
|
{
|
|
737
|
-
"
|
|
738
|
-
"
|
|
739
|
+
"threeLetterId": "eng",
|
|
740
|
+
"exonym": "English"
|
|
739
741
|
}
|
|
740
742
|
]
|
|
741
743
|
},
|
|
742
744
|
{
|
|
743
|
-
"twoLetterId": "
|
|
744
|
-
"exonym": "
|
|
745
|
+
"twoLetterId": "ko",
|
|
746
|
+
"exonym": "Korean",
|
|
745
747
|
"alternatives": [
|
|
746
748
|
{
|
|
747
|
-
"
|
|
748
|
-
"
|
|
749
|
+
"threeLetterId": "kor",
|
|
750
|
+
"exonym": "Korean"
|
|
749
751
|
},
|
|
750
752
|
{
|
|
751
|
-
"
|
|
752
|
-
"
|
|
753
|
+
"threeLetterId": "eng",
|
|
754
|
+
"exonym": "English"
|
|
753
755
|
}
|
|
754
756
|
]
|
|
755
757
|
},
|
|
756
758
|
{
|
|
757
|
-
"twoLetterId": "
|
|
758
|
-
"exonym": "
|
|
759
|
+
"twoLetterId": "ks",
|
|
760
|
+
"exonym": "Kashmiri",
|
|
759
761
|
"alternatives": [
|
|
760
762
|
{
|
|
761
|
-
"
|
|
762
|
-
"
|
|
763
|
+
"threeLetterId": "kas",
|
|
764
|
+
"exonym": "Kashmiri"
|
|
763
765
|
},
|
|
764
766
|
{
|
|
765
|
-
"
|
|
766
|
-
"
|
|
767
|
+
"threeLetterId": "urd",
|
|
768
|
+
"exonym": "Urdu"
|
|
767
769
|
}
|
|
768
770
|
]
|
|
769
771
|
},
|
|
770
772
|
{
|
|
771
|
-
"twoLetterId": "
|
|
772
|
-
"exonym": "
|
|
773
|
+
"twoLetterId": "kw",
|
|
774
|
+
"exonym": "Cornish",
|
|
773
775
|
"alternatives": [
|
|
774
776
|
{
|
|
775
|
-
"
|
|
776
|
-
"
|
|
777
|
+
"threeLetterId": "cor",
|
|
778
|
+
"exonym": "Cornish"
|
|
777
779
|
},
|
|
778
780
|
{
|
|
779
|
-
"
|
|
780
|
-
"
|
|
781
|
+
"threeLetterId": "eng",
|
|
782
|
+
"exonym": "English"
|
|
781
783
|
}
|
|
782
784
|
]
|
|
783
785
|
},
|
|
@@ -786,54 +788,54 @@
|
|
|
786
788
|
"exonym": "Kyrgyz",
|
|
787
789
|
"alternatives": [
|
|
788
790
|
{
|
|
789
|
-
"
|
|
790
|
-
"
|
|
791
|
+
"threeLetterId": "kir",
|
|
792
|
+
"exonym": "Kyrgyz"
|
|
791
793
|
},
|
|
792
794
|
{
|
|
793
|
-
"
|
|
794
|
-
"
|
|
795
|
+
"threeLetterId": "rus",
|
|
796
|
+
"exonym": "Russian"
|
|
795
797
|
}
|
|
796
798
|
]
|
|
797
799
|
},
|
|
798
800
|
{
|
|
799
|
-
"twoLetterId": "
|
|
800
|
-
"exonym": "
|
|
801
|
+
"twoLetterId": "lg",
|
|
802
|
+
"exonym": "Ganda",
|
|
801
803
|
"alternatives": [
|
|
802
804
|
{
|
|
803
|
-
"
|
|
804
|
-
"
|
|
805
|
+
"threeLetterId": "lug",
|
|
806
|
+
"exonym": "Ganda"
|
|
805
807
|
},
|
|
806
808
|
{
|
|
807
|
-
"
|
|
808
|
-
"
|
|
809
|
+
"threeLetterId": "eng",
|
|
810
|
+
"exonym": "English"
|
|
809
811
|
}
|
|
810
812
|
]
|
|
811
813
|
},
|
|
812
814
|
{
|
|
813
|
-
"twoLetterId": "
|
|
814
|
-
"exonym": "
|
|
815
|
+
"twoLetterId": "ln",
|
|
816
|
+
"exonym": "Lingala",
|
|
815
817
|
"alternatives": [
|
|
816
818
|
{
|
|
817
|
-
"
|
|
818
|
-
"
|
|
819
|
+
"threeLetterId": "lin",
|
|
820
|
+
"exonym": "Lingala"
|
|
819
821
|
},
|
|
820
822
|
{
|
|
821
|
-
"
|
|
822
|
-
"
|
|
823
|
+
"threeLetterId": "fra",
|
|
824
|
+
"exonym": "French"
|
|
823
825
|
}
|
|
824
826
|
]
|
|
825
827
|
},
|
|
826
828
|
{
|
|
827
|
-
"twoLetterId": "
|
|
828
|
-
"exonym": "
|
|
829
|
+
"twoLetterId": "lo",
|
|
830
|
+
"exonym": "Lao",
|
|
829
831
|
"alternatives": [
|
|
830
832
|
{
|
|
831
|
-
"
|
|
832
|
-
"
|
|
833
|
+
"threeLetterId": "lao",
|
|
834
|
+
"exonym": "Lao"
|
|
833
835
|
},
|
|
834
836
|
{
|
|
835
|
-
"
|
|
836
|
-
"
|
|
837
|
+
"threeLetterId": "eng",
|
|
838
|
+
"exonym": "English"
|
|
837
839
|
}
|
|
838
840
|
]
|
|
839
841
|
},
|
|
@@ -842,12 +844,12 @@
|
|
|
842
844
|
"exonym": "Lithuanian",
|
|
843
845
|
"alternatives": [
|
|
844
846
|
{
|
|
845
|
-
"
|
|
846
|
-
"
|
|
847
|
+
"threeLetterId": "lit",
|
|
848
|
+
"exonym": "Lithuanian"
|
|
847
849
|
},
|
|
848
850
|
{
|
|
849
|
-
"
|
|
850
|
-
"
|
|
851
|
+
"threeLetterId": "rus",
|
|
852
|
+
"exonym": "Russian"
|
|
851
853
|
}
|
|
852
854
|
]
|
|
853
855
|
},
|
|
@@ -856,34 +858,26 @@
|
|
|
856
858
|
"exonym": "Luba Katanga",
|
|
857
859
|
"alternatives": [
|
|
858
860
|
{
|
|
859
|
-
"
|
|
860
|
-
"
|
|
861
|
+
"threeLetterId": "lub",
|
|
862
|
+
"exonym": "Luba Katanga"
|
|
861
863
|
},
|
|
862
864
|
{
|
|
863
|
-
"
|
|
864
|
-
"
|
|
865
|
+
"threeLetterId": "fra",
|
|
866
|
+
"exonym": "French"
|
|
865
867
|
}
|
|
866
868
|
]
|
|
867
869
|
},
|
|
868
870
|
{
|
|
869
|
-
"twoLetterId": "
|
|
870
|
-
"exonym": "
|
|
871
|
+
"twoLetterId": "lv",
|
|
872
|
+
"exonym": "Latvian",
|
|
871
873
|
"alternatives": [
|
|
872
874
|
{
|
|
873
|
-
"
|
|
874
|
-
"
|
|
875
|
-
},
|
|
876
|
-
{
|
|
877
|
-
"exonym": "Bulgarian",
|
|
878
|
-
"threeLetterId": "bul"
|
|
875
|
+
"threeLetterId": "lav",
|
|
876
|
+
"exonym": "Latvian"
|
|
879
877
|
},
|
|
880
878
|
{
|
|
881
|
-
"
|
|
882
|
-
"
|
|
883
|
-
},
|
|
884
|
-
{
|
|
885
|
-
"exonym": "English",
|
|
886
|
-
"threeLetterId": "eng"
|
|
879
|
+
"threeLetterId": "rus",
|
|
880
|
+
"exonym": "Russian"
|
|
887
881
|
}
|
|
888
882
|
]
|
|
889
883
|
},
|
|
@@ -892,26 +886,34 @@
|
|
|
892
886
|
"exonym": "Malagasy",
|
|
893
887
|
"alternatives": [
|
|
894
888
|
{
|
|
895
|
-
"
|
|
896
|
-
"
|
|
889
|
+
"threeLetterId": "mlg",
|
|
890
|
+
"exonym": "Malagasy"
|
|
897
891
|
},
|
|
898
892
|
{
|
|
899
|
-
"
|
|
900
|
-
"
|
|
893
|
+
"threeLetterId": "fra",
|
|
894
|
+
"exonym": "French"
|
|
901
895
|
}
|
|
902
896
|
]
|
|
903
897
|
},
|
|
904
898
|
{
|
|
905
|
-
"twoLetterId": "
|
|
906
|
-
"exonym": "
|
|
899
|
+
"twoLetterId": "mk",
|
|
900
|
+
"exonym": "Macedonian",
|
|
907
901
|
"alternatives": [
|
|
908
902
|
{
|
|
909
|
-
"
|
|
910
|
-
"
|
|
903
|
+
"threeLetterId": "mkd",
|
|
904
|
+
"exonym": "Macedonian"
|
|
911
905
|
},
|
|
912
906
|
{
|
|
913
|
-
"
|
|
914
|
-
"
|
|
907
|
+
"threeLetterId": "bul",
|
|
908
|
+
"exonym": "Bulgarian"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"threeLetterId": "srp",
|
|
912
|
+
"exonym": "Serbian"
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"threeLetterId": "eng",
|
|
916
|
+
"exonym": "English"
|
|
915
917
|
}
|
|
916
918
|
]
|
|
917
919
|
},
|
|
@@ -920,228 +922,232 @@
|
|
|
920
922
|
"exonym": "Malayalam",
|
|
921
923
|
"alternatives": [
|
|
922
924
|
{
|
|
923
|
-
"
|
|
924
|
-
"
|
|
925
|
+
"threeLetterId": "mal",
|
|
926
|
+
"exonym": "Malayalam"
|
|
925
927
|
},
|
|
926
928
|
{
|
|
927
|
-
"
|
|
928
|
-
"
|
|
929
|
+
"threeLetterId": "eng",
|
|
930
|
+
"exonym": "English"
|
|
929
931
|
}
|
|
930
932
|
]
|
|
931
933
|
},
|
|
932
934
|
{
|
|
933
|
-
"twoLetterId": "
|
|
934
|
-
"exonym": "
|
|
935
|
+
"twoLetterId": "mn",
|
|
936
|
+
"exonym": "Mongolian",
|
|
935
937
|
"alternatives": [
|
|
936
938
|
{
|
|
937
|
-
"
|
|
938
|
-
"
|
|
939
|
+
"threeLetterId": "mon",
|
|
940
|
+
"exonym": "Mongolian"
|
|
939
941
|
},
|
|
940
942
|
{
|
|
941
|
-
"
|
|
942
|
-
"
|
|
943
|
+
"threeLetterId": "eng",
|
|
944
|
+
"exonym": "English"
|
|
943
945
|
}
|
|
944
946
|
]
|
|
945
947
|
},
|
|
946
948
|
{
|
|
947
|
-
"twoLetterId": "
|
|
948
|
-
"exonym": "
|
|
949
|
+
"twoLetterId": "mr",
|
|
950
|
+
"exonym": "Marathi",
|
|
949
951
|
"alternatives": [
|
|
950
952
|
{
|
|
951
|
-
"
|
|
952
|
-
"
|
|
953
|
+
"threeLetterId": "mar",
|
|
954
|
+
"exonym": "Marathi"
|
|
953
955
|
},
|
|
954
956
|
{
|
|
955
|
-
"
|
|
956
|
-
"
|
|
957
|
+
"threeLetterId": "hin",
|
|
958
|
+
"exonym": "Hindi"
|
|
957
959
|
}
|
|
958
960
|
]
|
|
959
961
|
},
|
|
960
962
|
{
|
|
961
|
-
"twoLetterId": "
|
|
962
|
-
"exonym": "
|
|
963
|
+
"twoLetterId": "ms",
|
|
964
|
+
"exonym": "Malay",
|
|
963
965
|
"alternatives": [
|
|
964
966
|
{
|
|
965
|
-
"
|
|
966
|
-
"
|
|
967
|
+
"threeLetterId": "zsm",
|
|
968
|
+
"exonym": "Malay"
|
|
967
969
|
},
|
|
968
970
|
{
|
|
969
|
-
"
|
|
970
|
-
"
|
|
971
|
+
"threeLetterId": "ind",
|
|
972
|
+
"exonym": "Indonesian"
|
|
971
973
|
}
|
|
972
974
|
]
|
|
973
975
|
},
|
|
974
976
|
{
|
|
975
|
-
"twoLetterId": "
|
|
976
|
-
"exonym": "
|
|
977
|
+
"twoLetterId": "mt",
|
|
978
|
+
"exonym": "Maltese",
|
|
977
979
|
"alternatives": [
|
|
978
980
|
{
|
|
979
|
-
"
|
|
980
|
-
"
|
|
981
|
+
"threeLetterId": "mlt",
|
|
982
|
+
"exonym": "Maltese"
|
|
981
983
|
},
|
|
982
984
|
{
|
|
983
|
-
"
|
|
984
|
-
"
|
|
985
|
+
"threeLetterId": "eng",
|
|
986
|
+
"exonym": "English"
|
|
985
987
|
}
|
|
986
988
|
]
|
|
987
989
|
},
|
|
988
990
|
{
|
|
989
|
-
"twoLetterId": "
|
|
990
|
-
"exonym": "
|
|
991
|
+
"twoLetterId": "my",
|
|
992
|
+
"exonym": "Burmese",
|
|
991
993
|
"alternatives": [
|
|
992
994
|
{
|
|
993
|
-
"
|
|
994
|
-
"
|
|
995
|
+
"threeLetterId": "mya",
|
|
996
|
+
"exonym": "Burmese"
|
|
995
997
|
},
|
|
996
998
|
{
|
|
997
|
-
"
|
|
998
|
-
"
|
|
999
|
+
"threeLetterId": "eng",
|
|
1000
|
+
"exonym": "English"
|
|
999
1001
|
}
|
|
1000
1002
|
]
|
|
1001
1003
|
},
|
|
1002
1004
|
{
|
|
1003
|
-
"twoLetterId": "
|
|
1004
|
-
"exonym": "
|
|
1005
|
+
"twoLetterId": "nb",
|
|
1006
|
+
"exonym": "Norwegian Bokmål",
|
|
1005
1007
|
"alternatives": [
|
|
1006
1008
|
{
|
|
1007
|
-
"
|
|
1008
|
-
"
|
|
1009
|
+
"threeLetterId": "nob",
|
|
1010
|
+
"exonym": "Norwegian Bokmål"
|
|
1009
1011
|
},
|
|
1010
1012
|
{
|
|
1011
|
-
"
|
|
1012
|
-
"
|
|
1013
|
+
"threeLetterId": "dan",
|
|
1014
|
+
"exonym": "Danish"
|
|
1013
1015
|
}
|
|
1014
1016
|
]
|
|
1015
1017
|
},
|
|
1016
1018
|
{
|
|
1017
|
-
"twoLetterId": "
|
|
1018
|
-
"exonym": "
|
|
1019
|
+
"twoLetterId": "nd",
|
|
1020
|
+
"exonym": "North Ndebele",
|
|
1019
1021
|
"alternatives": [
|
|
1020
1022
|
{
|
|
1021
|
-
"
|
|
1022
|
-
"
|
|
1023
|
+
"threeLetterId": "nde",
|
|
1024
|
+
"exonym": "North Ndebele"
|
|
1023
1025
|
},
|
|
1024
1026
|
{
|
|
1025
|
-
"
|
|
1026
|
-
"
|
|
1027
|
+
"threeLetterId": "eng",
|
|
1028
|
+
"exonym": "English"
|
|
1027
1029
|
}
|
|
1028
1030
|
]
|
|
1029
1031
|
},
|
|
1030
1032
|
{
|
|
1031
|
-
"twoLetterId": "
|
|
1032
|
-
"exonym": "
|
|
1033
|
+
"twoLetterId": "ne",
|
|
1034
|
+
"exonym": "Nepali",
|
|
1033
1035
|
"alternatives": [
|
|
1034
1036
|
{
|
|
1035
|
-
"
|
|
1036
|
-
"
|
|
1037
|
+
"threeLetterId": "nep",
|
|
1038
|
+
"exonym": "Nepali"
|
|
1037
1039
|
},
|
|
1038
1040
|
{
|
|
1039
|
-
"
|
|
1040
|
-
"
|
|
1041
|
+
"threeLetterId": "hin",
|
|
1042
|
+
"exonym": "Hindi"
|
|
1041
1043
|
}
|
|
1042
1044
|
]
|
|
1043
1045
|
},
|
|
1044
1046
|
{
|
|
1045
|
-
"twoLetterId": "
|
|
1046
|
-
"exonym": "
|
|
1047
|
+
"twoLetterId": "nl",
|
|
1048
|
+
"exonym": "Dutch",
|
|
1047
1049
|
"alternatives": [
|
|
1048
1050
|
{
|
|
1049
|
-
"
|
|
1050
|
-
"
|
|
1051
|
+
"threeLetterId": "nld",
|
|
1052
|
+
"exonym": "Dutch"
|
|
1051
1053
|
},
|
|
1052
1054
|
{
|
|
1053
|
-
"
|
|
1054
|
-
"
|
|
1055
|
+
"threeLetterId": "eng",
|
|
1056
|
+
"exonym": "English"
|
|
1055
1057
|
}
|
|
1056
1058
|
]
|
|
1057
1059
|
},
|
|
1058
1060
|
{
|
|
1059
|
-
"twoLetterId": "
|
|
1060
|
-
"exonym": "
|
|
1061
|
+
"twoLetterId": "nn",
|
|
1062
|
+
"exonym": "Norwegian Nynorsk",
|
|
1061
1063
|
"alternatives": [
|
|
1062
1064
|
{
|
|
1063
|
-
"
|
|
1064
|
-
"
|
|
1065
|
+
"threeLetterId": "nno",
|
|
1066
|
+
"exonym": "Norwegian Nynorsk"
|
|
1065
1067
|
},
|
|
1066
1068
|
{
|
|
1067
|
-
"
|
|
1068
|
-
"
|
|
1069
|
+
"threeLetterId": "eng",
|
|
1070
|
+
"exonym": "English"
|
|
1069
1071
|
}
|
|
1070
1072
|
]
|
|
1071
1073
|
},
|
|
1072
1074
|
{
|
|
1073
|
-
"twoLetterId": "
|
|
1074
|
-
"exonym": "
|
|
1075
|
+
"twoLetterId": "om",
|
|
1076
|
+
"exonym": "Oromo",
|
|
1075
1077
|
"alternatives": [
|
|
1076
1078
|
{
|
|
1077
|
-
"
|
|
1078
|
-
"
|
|
1079
|
+
"threeLetterId": "orm",
|
|
1080
|
+
"exonym": "Oromo"
|
|
1079
1081
|
},
|
|
1080
1082
|
{
|
|
1081
|
-
"
|
|
1082
|
-
"
|
|
1083
|
+
"threeLetterId": "eng",
|
|
1084
|
+
"exonym": "English"
|
|
1083
1085
|
}
|
|
1084
1086
|
]
|
|
1085
1087
|
},
|
|
1086
1088
|
{
|
|
1087
|
-
"twoLetterId": "
|
|
1088
|
-
"exonym": "
|
|
1089
|
+
"twoLetterId": "or",
|
|
1090
|
+
"exonym": "Oriya",
|
|
1089
1091
|
"alternatives": [
|
|
1090
1092
|
{
|
|
1091
|
-
"
|
|
1092
|
-
"
|
|
1093
|
+
"threeLetterId": "ori",
|
|
1094
|
+
"exonym": "Oriya"
|
|
1093
1095
|
},
|
|
1094
1096
|
{
|
|
1095
|
-
"
|
|
1096
|
-
"
|
|
1097
|
+
"threeLetterId": "hin",
|
|
1098
|
+
"exonym": "Hindi"
|
|
1097
1099
|
}
|
|
1098
1100
|
]
|
|
1099
1101
|
},
|
|
1100
1102
|
{
|
|
1101
|
-
"twoLetterId": "
|
|
1102
|
-
"exonym": "
|
|
1103
|
+
"twoLetterId": "pa",
|
|
1104
|
+
"exonym": "Punjabi",
|
|
1103
1105
|
"alternatives": [
|
|
1104
1106
|
{
|
|
1105
|
-
"
|
|
1106
|
-
"
|
|
1107
|
+
"threeLetterId": "pan",
|
|
1108
|
+
"exonym": "Punjabi"
|
|
1107
1109
|
},
|
|
1108
1110
|
{
|
|
1109
|
-
"
|
|
1110
|
-
"
|
|
1111
|
+
"threeLetterId": "hin",
|
|
1112
|
+
"exonym": "Hindi"
|
|
1111
1113
|
}
|
|
1112
1114
|
]
|
|
1113
1115
|
},
|
|
1114
1116
|
{
|
|
1115
|
-
"twoLetterId": "
|
|
1116
|
-
"exonym": "
|
|
1117
|
+
"twoLetterId": "pl",
|
|
1118
|
+
"exonym": "Polish",
|
|
1117
1119
|
"alternatives": [
|
|
1118
1120
|
{
|
|
1119
|
-
"
|
|
1120
|
-
"
|
|
1121
|
+
"threeLetterId": "pol",
|
|
1122
|
+
"exonym": "Polish"
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"threeLetterId": "eng",
|
|
1126
|
+
"exonym": "English"
|
|
1121
1127
|
}
|
|
1122
1128
|
]
|
|
1123
1129
|
},
|
|
1124
1130
|
{
|
|
1125
|
-
"twoLetterId": "
|
|
1126
|
-
"exonym": "
|
|
1131
|
+
"twoLetterId": "ps",
|
|
1132
|
+
"exonym": "Pashto",
|
|
1127
1133
|
"alternatives": [
|
|
1128
1134
|
{
|
|
1129
|
-
"
|
|
1130
|
-
"
|
|
1135
|
+
"threeLetterId": "pus",
|
|
1136
|
+
"exonym": "Pashto"
|
|
1131
1137
|
},
|
|
1132
1138
|
{
|
|
1133
|
-
"
|
|
1134
|
-
"
|
|
1139
|
+
"threeLetterId": "urd",
|
|
1140
|
+
"exonym": "Urdu"
|
|
1135
1141
|
}
|
|
1136
1142
|
]
|
|
1137
1143
|
},
|
|
1138
1144
|
{
|
|
1139
|
-
"twoLetterId": "
|
|
1140
|
-
"exonym": "
|
|
1145
|
+
"twoLetterId": "pt",
|
|
1146
|
+
"exonym": "Portuguese",
|
|
1141
1147
|
"alternatives": [
|
|
1142
1148
|
{
|
|
1143
|
-
"
|
|
1144
|
-
"
|
|
1149
|
+
"threeLetterId": "por",
|
|
1150
|
+
"exonym": "Portuguese"
|
|
1145
1151
|
}
|
|
1146
1152
|
]
|
|
1147
1153
|
},
|
|
@@ -1150,12 +1156,12 @@
|
|
|
1150
1156
|
"exonym": "Romansh",
|
|
1151
1157
|
"alternatives": [
|
|
1152
1158
|
{
|
|
1153
|
-
"
|
|
1154
|
-
"
|
|
1159
|
+
"threeLetterId": "roh",
|
|
1160
|
+
"exonym": "Romansh"
|
|
1155
1161
|
},
|
|
1156
1162
|
{
|
|
1157
|
-
"
|
|
1158
|
-
"
|
|
1163
|
+
"threeLetterId": "eng",
|
|
1164
|
+
"exonym": "English"
|
|
1159
1165
|
}
|
|
1160
1166
|
]
|
|
1161
1167
|
},
|
|
@@ -1164,78 +1170,60 @@
|
|
|
1164
1170
|
"exonym": "Rundi",
|
|
1165
1171
|
"alternatives": [
|
|
1166
1172
|
{
|
|
1167
|
-
"
|
|
1168
|
-
"
|
|
1173
|
+
"threeLetterId": "run",
|
|
1174
|
+
"exonym": "Rundi"
|
|
1169
1175
|
},
|
|
1170
1176
|
{
|
|
1171
|
-
"
|
|
1172
|
-
"
|
|
1177
|
+
"threeLetterId": "fra",
|
|
1178
|
+
"exonym": "French"
|
|
1173
1179
|
}
|
|
1174
1180
|
]
|
|
1175
1181
|
},
|
|
1176
1182
|
{
|
|
1177
|
-
"twoLetterId": "
|
|
1178
|
-
"exonym": "
|
|
1183
|
+
"twoLetterId": "ro",
|
|
1184
|
+
"exonym": "Romanian",
|
|
1179
1185
|
"alternatives": [
|
|
1180
1186
|
{
|
|
1181
|
-
"
|
|
1182
|
-
"
|
|
1187
|
+
"threeLetterId": "ron",
|
|
1188
|
+
"exonym": "Romanian"
|
|
1183
1189
|
}
|
|
1184
1190
|
]
|
|
1185
1191
|
},
|
|
1186
1192
|
{
|
|
1187
|
-
"twoLetterId": "
|
|
1188
|
-
"exonym": "
|
|
1193
|
+
"twoLetterId": "ru",
|
|
1194
|
+
"exonym": "Russian",
|
|
1189
1195
|
"alternatives": [
|
|
1190
1196
|
{
|
|
1191
|
-
"
|
|
1192
|
-
"
|
|
1193
|
-
},
|
|
1194
|
-
{
|
|
1195
|
-
"exonym": "French",
|
|
1196
|
-
"threeLetterId": "fra"
|
|
1197
|
+
"threeLetterId": "rus",
|
|
1198
|
+
"exonym": "Russian"
|
|
1197
1199
|
}
|
|
1198
1200
|
]
|
|
1199
1201
|
},
|
|
1200
1202
|
{
|
|
1201
|
-
"twoLetterId": "
|
|
1202
|
-
"exonym": "
|
|
1203
|
-
"alternatives": [
|
|
1204
|
-
{
|
|
1205
|
-
"exonym": "Serbian",
|
|
1206
|
-
"threeLetterId": "srp"
|
|
1207
|
-
},
|
|
1208
|
-
{
|
|
1209
|
-
"exonym": "English",
|
|
1210
|
-
"threeLetterId": "eng"
|
|
1211
|
-
}
|
|
1212
|
-
]
|
|
1213
|
-
},
|
|
1214
|
-
{
|
|
1215
|
-
"twoLetterId": "sn",
|
|
1216
|
-
"exonym": "Shona",
|
|
1203
|
+
"twoLetterId": "rw",
|
|
1204
|
+
"exonym": "Kinyarwanda",
|
|
1217
1205
|
"alternatives": [
|
|
1218
1206
|
{
|
|
1219
|
-
"
|
|
1220
|
-
"
|
|
1207
|
+
"threeLetterId": "kin",
|
|
1208
|
+
"exonym": "Kinyarwanda"
|
|
1221
1209
|
},
|
|
1222
1210
|
{
|
|
1223
|
-
"
|
|
1224
|
-
"
|
|
1211
|
+
"threeLetterId": "eng",
|
|
1212
|
+
"exonym": "English"
|
|
1225
1213
|
}
|
|
1226
1214
|
]
|
|
1227
1215
|
},
|
|
1228
1216
|
{
|
|
1229
|
-
"twoLetterId": "
|
|
1230
|
-
"exonym": "
|
|
1217
|
+
"twoLetterId": "sg",
|
|
1218
|
+
"exonym": "Sango",
|
|
1231
1219
|
"alternatives": [
|
|
1232
1220
|
{
|
|
1233
|
-
"
|
|
1234
|
-
"
|
|
1221
|
+
"threeLetterId": "sag",
|
|
1222
|
+
"exonym": "Sango"
|
|
1235
1223
|
},
|
|
1236
1224
|
{
|
|
1237
|
-
"
|
|
1238
|
-
"
|
|
1225
|
+
"threeLetterId": "fra",
|
|
1226
|
+
"exonym": "French"
|
|
1239
1227
|
}
|
|
1240
1228
|
]
|
|
1241
1229
|
},
|
|
@@ -1244,12 +1232,12 @@
|
|
|
1244
1232
|
"exonym": "Sinhala",
|
|
1245
1233
|
"alternatives": [
|
|
1246
1234
|
{
|
|
1247
|
-
"
|
|
1248
|
-
"
|
|
1235
|
+
"threeLetterId": "sin",
|
|
1236
|
+
"exonym": "Sinhala"
|
|
1249
1237
|
},
|
|
1250
1238
|
{
|
|
1251
|
-
"
|
|
1252
|
-
"
|
|
1239
|
+
"threeLetterId": "eng",
|
|
1240
|
+
"exonym": "English"
|
|
1253
1241
|
}
|
|
1254
1242
|
]
|
|
1255
1243
|
},
|
|
@@ -1258,16 +1246,16 @@
|
|
|
1258
1246
|
"exonym": "Slovak",
|
|
1259
1247
|
"alternatives": [
|
|
1260
1248
|
{
|
|
1261
|
-
"
|
|
1262
|
-
"
|
|
1249
|
+
"threeLetterId": "slk",
|
|
1250
|
+
"exonym": "Slovak"
|
|
1263
1251
|
},
|
|
1264
1252
|
{
|
|
1265
|
-
"
|
|
1266
|
-
"
|
|
1253
|
+
"threeLetterId": "ces",
|
|
1254
|
+
"exonym": "Czech"
|
|
1267
1255
|
},
|
|
1268
1256
|
{
|
|
1269
|
-
"
|
|
1270
|
-
"
|
|
1257
|
+
"threeLetterId": "eng",
|
|
1258
|
+
"exonym": "English"
|
|
1271
1259
|
}
|
|
1272
1260
|
]
|
|
1273
1261
|
},
|
|
@@ -1276,12 +1264,26 @@
|
|
|
1276
1264
|
"exonym": "Slovenian",
|
|
1277
1265
|
"alternatives": [
|
|
1278
1266
|
{
|
|
1279
|
-
"
|
|
1280
|
-
"
|
|
1267
|
+
"threeLetterId": "slv",
|
|
1268
|
+
"exonym": "Slovenian"
|
|
1281
1269
|
},
|
|
1282
1270
|
{
|
|
1283
|
-
"
|
|
1284
|
-
"
|
|
1271
|
+
"threeLetterId": "eng",
|
|
1272
|
+
"exonym": "English"
|
|
1273
|
+
}
|
|
1274
|
+
]
|
|
1275
|
+
},
|
|
1276
|
+
{
|
|
1277
|
+
"twoLetterId": "sn",
|
|
1278
|
+
"exonym": "Shona",
|
|
1279
|
+
"alternatives": [
|
|
1280
|
+
{
|
|
1281
|
+
"threeLetterId": "sna",
|
|
1282
|
+
"exonym": "Shona"
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
"threeLetterId": "eng",
|
|
1286
|
+
"exonym": "English"
|
|
1285
1287
|
}
|
|
1286
1288
|
]
|
|
1287
1289
|
},
|
|
@@ -1290,36 +1292,40 @@
|
|
|
1290
1292
|
"exonym": "Somali",
|
|
1291
1293
|
"alternatives": [
|
|
1292
1294
|
{
|
|
1293
|
-
"
|
|
1294
|
-
"
|
|
1295
|
+
"threeLetterId": "som",
|
|
1296
|
+
"exonym": "Somali"
|
|
1295
1297
|
},
|
|
1296
1298
|
{
|
|
1297
|
-
"
|
|
1298
|
-
"
|
|
1299
|
+
"threeLetterId": "eng",
|
|
1300
|
+
"exonym": "English"
|
|
1299
1301
|
}
|
|
1300
1302
|
]
|
|
1301
1303
|
},
|
|
1302
1304
|
{
|
|
1303
|
-
"twoLetterId": "
|
|
1304
|
-
"exonym": "
|
|
1305
|
+
"twoLetterId": "sq",
|
|
1306
|
+
"exonym": "Albanian",
|
|
1305
1307
|
"alternatives": [
|
|
1306
1308
|
{
|
|
1307
|
-
"
|
|
1308
|
-
"
|
|
1309
|
+
"threeLetterId": "sqi",
|
|
1310
|
+
"exonym": "Albanian"
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"threeLetterId": "eng",
|
|
1314
|
+
"exonym": "English"
|
|
1309
1315
|
}
|
|
1310
1316
|
]
|
|
1311
1317
|
},
|
|
1312
1318
|
{
|
|
1313
|
-
"twoLetterId": "
|
|
1314
|
-
"exonym": "
|
|
1319
|
+
"twoLetterId": "sr",
|
|
1320
|
+
"exonym": "Serbian",
|
|
1315
1321
|
"alternatives": [
|
|
1316
1322
|
{
|
|
1317
|
-
"
|
|
1318
|
-
"
|
|
1323
|
+
"threeLetterId": "srp",
|
|
1324
|
+
"exonym": "Serbian"
|
|
1319
1325
|
},
|
|
1320
1326
|
{
|
|
1321
|
-
"
|
|
1322
|
-
"
|
|
1327
|
+
"threeLetterId": "eng",
|
|
1328
|
+
"exonym": "English"
|
|
1323
1329
|
}
|
|
1324
1330
|
]
|
|
1325
1331
|
},
|
|
@@ -1328,60 +1334,60 @@
|
|
|
1328
1334
|
"exonym": "Swedish",
|
|
1329
1335
|
"alternatives": [
|
|
1330
1336
|
{
|
|
1331
|
-
"
|
|
1332
|
-
"
|
|
1337
|
+
"threeLetterId": "swe",
|
|
1338
|
+
"exonym": "Swedish"
|
|
1333
1339
|
}
|
|
1334
1340
|
]
|
|
1335
1341
|
},
|
|
1336
1342
|
{
|
|
1337
|
-
"twoLetterId": "
|
|
1338
|
-
"exonym": "
|
|
1343
|
+
"twoLetterId": "sw",
|
|
1344
|
+
"exonym": "Swahili",
|
|
1339
1345
|
"alternatives": [
|
|
1340
1346
|
{
|
|
1341
|
-
"
|
|
1342
|
-
"
|
|
1347
|
+
"threeLetterId": "swa",
|
|
1348
|
+
"exonym": "Swahili"
|
|
1343
1349
|
},
|
|
1344
1350
|
{
|
|
1345
|
-
"
|
|
1346
|
-
"
|
|
1351
|
+
"threeLetterId": "eng",
|
|
1352
|
+
"exonym": "English"
|
|
1347
1353
|
}
|
|
1348
1354
|
]
|
|
1349
1355
|
},
|
|
1350
1356
|
{
|
|
1351
|
-
"twoLetterId": "
|
|
1352
|
-
"exonym": "
|
|
1357
|
+
"twoLetterId": "ta",
|
|
1358
|
+
"exonym": "Tamil",
|
|
1353
1359
|
"alternatives": [
|
|
1354
1360
|
{
|
|
1355
|
-
"
|
|
1356
|
-
"
|
|
1361
|
+
"threeLetterId": "tam",
|
|
1362
|
+
"exonym": "Tamil"
|
|
1357
1363
|
},
|
|
1358
1364
|
{
|
|
1359
|
-
"
|
|
1360
|
-
"
|
|
1365
|
+
"threeLetterId": "eng",
|
|
1366
|
+
"exonym": "English"
|
|
1361
1367
|
}
|
|
1362
1368
|
]
|
|
1363
1369
|
},
|
|
1364
1370
|
{
|
|
1365
|
-
"twoLetterId": "
|
|
1366
|
-
"exonym": "
|
|
1371
|
+
"twoLetterId": "te",
|
|
1372
|
+
"exonym": "Telugu",
|
|
1367
1373
|
"alternatives": [
|
|
1368
1374
|
{
|
|
1369
|
-
"
|
|
1370
|
-
"
|
|
1375
|
+
"threeLetterId": "tel",
|
|
1376
|
+
"exonym": "Telugu"
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"threeLetterId": "eng",
|
|
1380
|
+
"exonym": "English"
|
|
1371
1381
|
}
|
|
1372
1382
|
]
|
|
1373
1383
|
},
|
|
1374
1384
|
{
|
|
1375
|
-
"twoLetterId": "
|
|
1376
|
-
"exonym": "
|
|
1385
|
+
"twoLetterId": "th",
|
|
1386
|
+
"exonym": "Thai",
|
|
1377
1387
|
"alternatives": [
|
|
1378
1388
|
{
|
|
1379
|
-
"
|
|
1380
|
-
"
|
|
1381
|
-
},
|
|
1382
|
-
{
|
|
1383
|
-
"exonym": "English",
|
|
1384
|
-
"threeLetterId": "eng"
|
|
1389
|
+
"threeLetterId": "tha",
|
|
1390
|
+
"exonym": "Thai"
|
|
1385
1391
|
}
|
|
1386
1392
|
]
|
|
1387
1393
|
},
|
|
@@ -1390,12 +1396,12 @@
|
|
|
1390
1396
|
"exonym": "Tigrinya",
|
|
1391
1397
|
"alternatives": [
|
|
1392
1398
|
{
|
|
1393
|
-
"
|
|
1394
|
-
"
|
|
1399
|
+
"threeLetterId": "tir",
|
|
1400
|
+
"exonym": "Tigrinya"
|
|
1395
1401
|
},
|
|
1396
1402
|
{
|
|
1397
|
-
"
|
|
1398
|
-
"
|
|
1403
|
+
"threeLetterId": "eng",
|
|
1404
|
+
"exonym": "English"
|
|
1399
1405
|
}
|
|
1400
1406
|
]
|
|
1401
1407
|
},
|
|
@@ -1404,12 +1410,12 @@
|
|
|
1404
1410
|
"exonym": "Tongan",
|
|
1405
1411
|
"alternatives": [
|
|
1406
1412
|
{
|
|
1407
|
-
"
|
|
1408
|
-
"
|
|
1413
|
+
"threeLetterId": "ton",
|
|
1414
|
+
"exonym": "Tongan"
|
|
1409
1415
|
},
|
|
1410
1416
|
{
|
|
1411
|
-
"
|
|
1412
|
-
"
|
|
1417
|
+
"threeLetterId": "eng",
|
|
1418
|
+
"exonym": "English"
|
|
1413
1419
|
}
|
|
1414
1420
|
]
|
|
1415
1421
|
},
|
|
@@ -1418,46 +1424,46 @@
|
|
|
1418
1424
|
"exonym": "Turkish",
|
|
1419
1425
|
"alternatives": [
|
|
1420
1426
|
{
|
|
1421
|
-
"
|
|
1422
|
-
"
|
|
1427
|
+
"threeLetterId": "tur",
|
|
1428
|
+
"exonym": "Turkish"
|
|
1423
1429
|
}
|
|
1424
1430
|
]
|
|
1425
1431
|
},
|
|
1426
1432
|
{
|
|
1427
|
-
"twoLetterId": "
|
|
1428
|
-
"exonym": "
|
|
1433
|
+
"twoLetterId": "ug",
|
|
1434
|
+
"exonym": "Uyghur",
|
|
1429
1435
|
"alternatives": [
|
|
1430
1436
|
{
|
|
1431
|
-
"
|
|
1432
|
-
"
|
|
1437
|
+
"threeLetterId": "uig",
|
|
1438
|
+
"exonym": "Uyghur"
|
|
1439
|
+
},
|
|
1440
|
+
{
|
|
1441
|
+
"threeLetterId": "eng",
|
|
1442
|
+
"exonym": "English"
|
|
1433
1443
|
}
|
|
1434
1444
|
]
|
|
1435
1445
|
},
|
|
1436
1446
|
{
|
|
1437
|
-
"twoLetterId": "
|
|
1438
|
-
"exonym": "
|
|
1447
|
+
"twoLetterId": "uk",
|
|
1448
|
+
"exonym": "Ukrainian",
|
|
1439
1449
|
"alternatives": [
|
|
1440
1450
|
{
|
|
1441
|
-
"
|
|
1442
|
-
"
|
|
1443
|
-
},
|
|
1444
|
-
{
|
|
1445
|
-
"exonym": "Hindi",
|
|
1446
|
-
"threeLetterId": "hin"
|
|
1451
|
+
"threeLetterId": "ukr",
|
|
1452
|
+
"exonym": "Ukrainian"
|
|
1447
1453
|
}
|
|
1448
1454
|
]
|
|
1449
1455
|
},
|
|
1450
1456
|
{
|
|
1451
|
-
"twoLetterId": "
|
|
1452
|
-
"exonym": "
|
|
1457
|
+
"twoLetterId": "ur",
|
|
1458
|
+
"exonym": "Urdu",
|
|
1453
1459
|
"alternatives": [
|
|
1454
1460
|
{
|
|
1455
|
-
"
|
|
1456
|
-
"
|
|
1461
|
+
"threeLetterId": "urd",
|
|
1462
|
+
"exonym": "Urdu"
|
|
1457
1463
|
},
|
|
1458
1464
|
{
|
|
1459
|
-
"
|
|
1460
|
-
"
|
|
1465
|
+
"threeLetterId": "hin",
|
|
1466
|
+
"exonym": "Hindi"
|
|
1461
1467
|
}
|
|
1462
1468
|
]
|
|
1463
1469
|
},
|
|
@@ -1466,12 +1472,12 @@
|
|
|
1466
1472
|
"exonym": "Uzbek",
|
|
1467
1473
|
"alternatives": [
|
|
1468
1474
|
{
|
|
1469
|
-
"
|
|
1470
|
-
"
|
|
1475
|
+
"threeLetterId": "uzb",
|
|
1476
|
+
"exonym": "Uzbek"
|
|
1471
1477
|
},
|
|
1472
1478
|
{
|
|
1473
|
-
"
|
|
1474
|
-
"
|
|
1479
|
+
"threeLetterId": "rus",
|
|
1480
|
+
"exonym": "Russian"
|
|
1475
1481
|
}
|
|
1476
1482
|
]
|
|
1477
1483
|
},
|
|
@@ -1480,40 +1486,36 @@
|
|
|
1480
1486
|
"exonym": "Vietnamese",
|
|
1481
1487
|
"alternatives": [
|
|
1482
1488
|
{
|
|
1483
|
-
"
|
|
1484
|
-
"
|
|
1489
|
+
"threeLetterId": "vie",
|
|
1490
|
+
"exonym": "Vietnamese"
|
|
1485
1491
|
},
|
|
1486
1492
|
{
|
|
1487
|
-
"
|
|
1488
|
-
"
|
|
1493
|
+
"threeLetterId": "eng",
|
|
1494
|
+
"exonym": "English"
|
|
1489
1495
|
}
|
|
1490
1496
|
]
|
|
1491
1497
|
},
|
|
1492
1498
|
{
|
|
1493
|
-
"twoLetterId": "
|
|
1494
|
-
"exonym": "
|
|
1499
|
+
"twoLetterId": "yo",
|
|
1500
|
+
"exonym": "Yoruba",
|
|
1495
1501
|
"alternatives": [
|
|
1496
1502
|
{
|
|
1497
|
-
"
|
|
1498
|
-
"
|
|
1503
|
+
"threeLetterId": "yor",
|
|
1504
|
+
"exonym": "Yoruba"
|
|
1499
1505
|
},
|
|
1500
1506
|
{
|
|
1501
|
-
"
|
|
1502
|
-
"
|
|
1507
|
+
"threeLetterId": "eng",
|
|
1508
|
+
"exonym": "English"
|
|
1503
1509
|
}
|
|
1504
1510
|
]
|
|
1505
1511
|
},
|
|
1506
1512
|
{
|
|
1507
|
-
"twoLetterId": "
|
|
1508
|
-
"exonym": "
|
|
1513
|
+
"twoLetterId": "zh",
|
|
1514
|
+
"exonym": "Chinese",
|
|
1509
1515
|
"alternatives": [
|
|
1510
1516
|
{
|
|
1511
|
-
"
|
|
1512
|
-
"
|
|
1513
|
-
},
|
|
1514
|
-
{
|
|
1515
|
-
"exonym": "English",
|
|
1516
|
-
"threeLetterId": "eng"
|
|
1517
|
+
"threeLetterId": "cmn",
|
|
1518
|
+
"exonym": "Mandarin Chinese"
|
|
1517
1519
|
}
|
|
1518
1520
|
]
|
|
1519
1521
|
},
|
|
@@ -1522,12 +1524,12 @@
|
|
|
1522
1524
|
"exonym": "Zulu",
|
|
1523
1525
|
"alternatives": [
|
|
1524
1526
|
{
|
|
1525
|
-
"
|
|
1526
|
-
"
|
|
1527
|
+
"threeLetterId": "zul",
|
|
1528
|
+
"exonym": "Zulu"
|
|
1527
1529
|
},
|
|
1528
1530
|
{
|
|
1529
|
-
"
|
|
1530
|
-
"
|
|
1531
|
+
"threeLetterId": "eng",
|
|
1532
|
+
"exonym": "English"
|
|
1531
1533
|
}
|
|
1532
1534
|
]
|
|
1533
1535
|
}
|