waha-shared 1.0.307 → 1.0.308

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