waha-shared 1.0.1 → 1.0.2

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