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
@@ -1,2172 +0,0 @@
1
- [
2
- {
3
- "crowdin_id": "ach",
4
- "name": "Acholi",
5
- "iso": "ach",
6
- "locale": "ach-UG",
7
- "duplicate_iso": false
8
- },
9
- {
10
- "crowdin_id": "aa",
11
- "name": "Afar",
12
- "iso": "aar",
13
- "locale": "aa-ER",
14
- "duplicate_iso": false
15
- },
16
- {
17
- "crowdin_id": "af",
18
- "name": "Afrikaans",
19
- "iso": "afr",
20
- "locale": "af-ZA",
21
- "duplicate_iso": false
22
- },
23
- {
24
- "crowdin_id": "ak",
25
- "name": "Akan",
26
- "iso": "aka",
27
- "locale": "ak-GH",
28
- "duplicate_iso": false
29
- },
30
- {
31
- "crowdin_id": "tw",
32
- "name": "Akan, Twi",
33
- "iso": "twi",
34
- "locale": "tw-TW",
35
- "duplicate_iso": false
36
- },
37
- {
38
- "crowdin_id": "sq",
39
- "name": "Albanian",
40
- "iso": "sqi",
41
- "locale": "sq-AL",
42
- "duplicate_iso": false
43
- },
44
- {
45
- "crowdin_id": "am",
46
- "name": "Amharic",
47
- "iso": "amh",
48
- "locale": "am-ET",
49
- "duplicate_iso": false
50
- },
51
- {
52
- "crowdin_id": "ar",
53
- "name": "Arabic",
54
- "iso": "ara",
55
- "locale": "ar-SA",
56
- "duplicate_iso": false
57
- },
58
- {
59
- "crowdin_id": "ar-BH",
60
- "name": "Arabic, Bahrain",
61
- "iso": "ara",
62
- "locale": "ar-BH",
63
- "duplicate_iso": true
64
- },
65
- {
66
- "crowdin_id": "ar-EG",
67
- "name": "Arabic, Egypt",
68
- "iso": "ara",
69
- "locale": "ar-EG",
70
- "duplicate_iso": true
71
- },
72
- {
73
- "crowdin_id": "ar-SA",
74
- "name": "Arabic, Saudi Arabia",
75
- "iso": "ara",
76
- "locale": "ar-SA",
77
- "duplicate_iso": true
78
- },
79
- {
80
- "crowdin_id": "ar-YE",
81
- "name": "Arabic, Yemen",
82
- "iso": "ara",
83
- "locale": "ar-YE",
84
- "duplicate_iso": true
85
- },
86
- {
87
- "crowdin_id": "an",
88
- "name": "Aragonese",
89
- "iso": "arg",
90
- "locale": "an-ES",
91
- "duplicate_iso": false
92
- },
93
- {
94
- "crowdin_id": "hy-AM",
95
- "name": "Armenian",
96
- "iso": "hye",
97
- "locale": "hy-AM",
98
- "duplicate_iso": false
99
- },
100
- {
101
- "crowdin_id": "frp",
102
- "name": "Arpitan",
103
- "iso": "frp",
104
- "locale": "frp-IT",
105
- "duplicate_iso": false
106
- },
107
- {
108
- "crowdin_id": "as",
109
- "name": "Assamese",
110
- "iso": "asm",
111
- "locale": "as-IN",
112
- "duplicate_iso": false
113
- },
114
- {
115
- "crowdin_id": "ast",
116
- "name": "Asturian",
117
- "iso": "ast",
118
- "locale": "ast-ES",
119
- "duplicate_iso": false
120
- },
121
- {
122
- "crowdin_id": "tay",
123
- "name": "Atayal",
124
- "iso": "tay",
125
- "locale": "tay-TW",
126
- "duplicate_iso": false
127
- },
128
- {
129
- "crowdin_id": "av",
130
- "name": "Avaric",
131
- "iso": "ava",
132
- "locale": "av-DA",
133
- "duplicate_iso": false
134
- },
135
- {
136
- "crowdin_id": "ae",
137
- "name": "Avestan",
138
- "iso": "ave",
139
- "locale": "ae-IR",
140
- "duplicate_iso": false
141
- },
142
- {
143
- "crowdin_id": "ay",
144
- "name": "Aymara",
145
- "iso": "aym",
146
- "locale": "ay-BO",
147
- "duplicate_iso": false
148
- },
149
- {
150
- "crowdin_id": "az",
151
- "name": "Azerbaijani",
152
- "iso": "aze",
153
- "locale": "az-AZ",
154
- "duplicate_iso": false
155
- },
156
- {
157
- "crowdin_id": "ban",
158
- "name": "Balinese",
159
- "iso": "ban",
160
- "locale": "ban-ID",
161
- "duplicate_iso": false
162
- },
163
- {
164
- "crowdin_id": "bal",
165
- "name": "Balochi",
166
- "iso": "bal",
167
- "locale": "bal-BA",
168
- "duplicate_iso": false
169
- },
170
- {
171
- "crowdin_id": "bm",
172
- "name": "Bambara",
173
- "iso": "bam",
174
- "locale": "bm-ML",
175
- "duplicate_iso": false
176
- },
177
- {
178
- "crowdin_id": "ba",
179
- "name": "Bashkir",
180
- "iso": "bak",
181
- "locale": "ba-RU",
182
- "duplicate_iso": false
183
- },
184
- {
185
- "crowdin_id": "eu",
186
- "name": "Basque",
187
- "iso": "eus",
188
- "locale": "eu-ES",
189
- "duplicate_iso": false
190
- },
191
- {
192
- "crowdin_id": "be",
193
- "name": "Belarusian",
194
- "iso": "bel",
195
- "locale": "be-BY",
196
- "duplicate_iso": false
197
- },
198
- {
199
- "crowdin_id": "bn",
200
- "name": "Bengali",
201
- "iso": "ben",
202
- "locale": "bn-BD",
203
- "duplicate_iso": false
204
- },
205
- {
206
- "crowdin_id": "bn-IN",
207
- "name": "Bengali, India",
208
- "iso": "ben",
209
- "locale": "bn-IN",
210
- "duplicate_iso": true
211
- },
212
- {
213
- "crowdin_id": "ber",
214
- "name": "Berber",
215
- "iso": "ber",
216
- "locale": "ber-DZ",
217
- "duplicate_iso": false
218
- },
219
- {
220
- "crowdin_id": "bh",
221
- "name": "Bihari",
222
- "iso": "bih",
223
- "locale": "bh-IN",
224
- "duplicate_iso": false
225
- },
226
- {
227
- "crowdin_id": "bfo",
228
- "name": "Birifor",
229
- "iso": "bfo",
230
- "locale": "bfo-BF",
231
- "duplicate_iso": false
232
- },
233
- {
234
- "crowdin_id": "bi",
235
- "name": "Bislama",
236
- "iso": "bis",
237
- "locale": "bi-VU",
238
- "duplicate_iso": false
239
- },
240
- {
241
- "crowdin_id": "bs",
242
- "name": "Bosnian",
243
- "iso": "bos",
244
- "locale": "bs-BA",
245
- "duplicate_iso": false
246
- },
247
- {
248
- "crowdin_id": "br-FR",
249
- "name": "Breton",
250
- "iso": "bre",
251
- "locale": "br-FR",
252
- "duplicate_iso": false
253
- },
254
- {
255
- "crowdin_id": "bg",
256
- "name": "Bulgarian",
257
- "iso": "bul",
258
- "locale": "bg-BG",
259
- "duplicate_iso": false
260
- },
261
- {
262
- "crowdin_id": "my",
263
- "name": "Burmese",
264
- "iso": "mya",
265
- "locale": "my-MM",
266
- "duplicate_iso": false
267
- },
268
- {
269
- "crowdin_id": "ca",
270
- "name": "Catalan",
271
- "iso": "cat",
272
- "locale": "ca-ES",
273
- "duplicate_iso": false
274
- },
275
- {
276
- "crowdin_id": "ceb",
277
- "name": "Cebuano",
278
- "iso": "ceb",
279
- "locale": "ceb-PH",
280
- "duplicate_iso": false
281
- },
282
- {
283
- "crowdin_id": "ch",
284
- "name": "Chamorro",
285
- "iso": "cha",
286
- "locale": "ch-GU",
287
- "duplicate_iso": false
288
- },
289
- {
290
- "crowdin_id": "ce",
291
- "name": "Chechen",
292
- "iso": "che",
293
- "locale": "ce-CE",
294
- "duplicate_iso": false
295
- },
296
- {
297
- "crowdin_id": "chr",
298
- "name": "Cherokee",
299
- "iso": "chr",
300
- "locale": "chr-US",
301
- "duplicate_iso": false
302
- },
303
- {
304
- "crowdin_id": "ny",
305
- "name": "Chewa",
306
- "iso": "nya",
307
- "locale": "ny-MW",
308
- "duplicate_iso": false
309
- },
310
- {
311
- "crowdin_id": "zh-CN",
312
- "name": "Chinese Simplified",
313
- "iso": "zho",
314
- "locale": "zh-CN",
315
- "duplicate_iso": false
316
- },
317
- {
318
- "crowdin_id": "zh-TW",
319
- "name": "Chinese Traditional",
320
- "iso": "zho",
321
- "locale": "zh-TW",
322
- "duplicate_iso": true
323
- },
324
- {
325
- "crowdin_id": "zh-HK",
326
- "name": "Chinese Traditional, Hong Kong",
327
- "iso": "zho",
328
- "locale": "zh-HK",
329
- "duplicate_iso": true
330
- },
331
- {
332
- "crowdin_id": "zh-MO",
333
- "name": "Chinese Traditional, Macau",
334
- "iso": "zho",
335
- "locale": "zh-MO",
336
- "duplicate_iso": true
337
- },
338
- {
339
- "crowdin_id": "zh-SG",
340
- "name": "Chinese Traditional, Singapore",
341
- "iso": "zho",
342
- "locale": "zh-SG",
343
- "duplicate_iso": true
344
- },
345
- {
346
- "crowdin_id": "cv",
347
- "name": "Chuvash",
348
- "iso": "chv",
349
- "locale": "cv-CU",
350
- "duplicate_iso": false
351
- },
352
- {
353
- "crowdin_id": "kw",
354
- "name": "Cornish",
355
- "iso": "cor",
356
- "locale": "kw-GB",
357
- "duplicate_iso": false
358
- },
359
- {
360
- "crowdin_id": "co",
361
- "name": "Corsican",
362
- "iso": "cos",
363
- "locale": "co-FR",
364
- "duplicate_iso": false
365
- },
366
- {
367
- "crowdin_id": "cr",
368
- "name": "Cree",
369
- "iso": "cre",
370
- "locale": "cr-NT",
371
- "duplicate_iso": false
372
- },
373
- {
374
- "crowdin_id": "hr",
375
- "name": "Croatian",
376
- "iso": "hrv",
377
- "locale": "hr-HR",
378
- "duplicate_iso": false
379
- },
380
- {
381
- "crowdin_id": "cs",
382
- "name": "Czech",
383
- "iso": "ces",
384
- "locale": "cs-CZ",
385
- "duplicate_iso": false
386
- },
387
- {
388
- "crowdin_id": "da",
389
- "name": "Danish",
390
- "iso": "dan",
391
- "locale": "da-DK",
392
- "duplicate_iso": false
393
- },
394
- {
395
- "crowdin_id": "fa-AF",
396
- "name": "Dari",
397
- "iso": "prs",
398
- "locale": "fa-AF",
399
- "duplicate_iso": false
400
- },
401
- {
402
- "crowdin_id": "dv",
403
- "name": "Dhivehi",
404
- "iso": "div",
405
- "locale": "dv-MV",
406
- "duplicate_iso": false
407
- },
408
- {
409
- "crowdin_id": "nl",
410
- "name": "Dutch",
411
- "iso": "nld",
412
- "locale": "nl-NL",
413
- "duplicate_iso": false
414
- },
415
- {
416
- "crowdin_id": "nl-BE",
417
- "name": "Dutch, Belgium",
418
- "iso": "nld",
419
- "locale": "nl-BE",
420
- "duplicate_iso": true
421
- },
422
- {
423
- "crowdin_id": "nl-SR",
424
- "name": "Dutch, Suriname",
425
- "iso": "nld",
426
- "locale": "nl-SR",
427
- "duplicate_iso": true
428
- },
429
- {
430
- "crowdin_id": "dz",
431
- "name": "Dzongkha",
432
- "iso": "dzo",
433
- "locale": "dz-BT",
434
- "duplicate_iso": false
435
- },
436
- {
437
- "crowdin_id": "en",
438
- "name": "English",
439
- "iso": "eng",
440
- "locale": "en-US",
441
- "duplicate_iso": false
442
- },
443
- {
444
- "crowdin_id": "en-AR",
445
- "name": "English, Arabia",
446
- "iso": "eng",
447
- "locale": "en-AR",
448
- "duplicate_iso": true
449
- },
450
- {
451
- "crowdin_id": "en-AU",
452
- "name": "English, Australia",
453
- "iso": "eng",
454
- "locale": "en-AU",
455
- "duplicate_iso": true
456
- },
457
- {
458
- "crowdin_id": "en-BZ",
459
- "name": "English, Belize",
460
- "iso": "eng",
461
- "locale": "en-BZ",
462
- "duplicate_iso": true
463
- },
464
- {
465
- "crowdin_id": "en-CA",
466
- "name": "English, Canada",
467
- "iso": "eng",
468
- "locale": "en-CA",
469
- "duplicate_iso": true
470
- },
471
- {
472
- "crowdin_id": "en-CB",
473
- "name": "English, Caribbean",
474
- "iso": "eng",
475
- "locale": "en-CB",
476
- "duplicate_iso": true
477
- },
478
- {
479
- "crowdin_id": "en-CN",
480
- "name": "English, China",
481
- "iso": "eng",
482
- "locale": "en-CN",
483
- "duplicate_iso": true
484
- },
485
- {
486
- "crowdin_id": "en-DK",
487
- "name": "English, Denmark",
488
- "iso": "eng",
489
- "locale": "en-DK",
490
- "duplicate_iso": true
491
- },
492
- {
493
- "crowdin_id": "en-HK",
494
- "name": "English, Hong Kong",
495
- "iso": "eng",
496
- "locale": "en-HK",
497
- "duplicate_iso": true
498
- },
499
- {
500
- "crowdin_id": "en-IN",
501
- "name": "English, India",
502
- "iso": "eng",
503
- "locale": "en-IN",
504
- "duplicate_iso": true
505
- },
506
- {
507
- "crowdin_id": "en-ID",
508
- "name": "English, Indonesia",
509
- "iso": "eng",
510
- "locale": "en-ID",
511
- "duplicate_iso": true
512
- },
513
- {
514
- "crowdin_id": "en-IE",
515
- "name": "English, Ireland",
516
- "iso": "eng",
517
- "locale": "en-IE",
518
- "duplicate_iso": true
519
- },
520
- {
521
- "crowdin_id": "en-JM",
522
- "name": "English, Jamaica",
523
- "iso": "eng",
524
- "locale": "en-JM",
525
- "duplicate_iso": true
526
- },
527
- {
528
- "crowdin_id": "en-JA",
529
- "name": "English, Japan",
530
- "iso": "eng",
531
- "locale": "en-JA",
532
- "duplicate_iso": true
533
- },
534
- {
535
- "crowdin_id": "en-MY",
536
- "name": "English, Malaysia",
537
- "iso": "eng",
538
- "locale": "en-MY",
539
- "duplicate_iso": true
540
- },
541
- {
542
- "crowdin_id": "en-NZ",
543
- "name": "English, New Zealand",
544
- "iso": "eng",
545
- "locale": "en-NZ",
546
- "duplicate_iso": true
547
- },
548
- {
549
- "crowdin_id": "en-NO",
550
- "name": "English, Norway",
551
- "iso": "eng",
552
- "locale": "en-NO",
553
- "duplicate_iso": true
554
- },
555
- {
556
- "crowdin_id": "en-PH",
557
- "name": "English, Philippines",
558
- "iso": "eng",
559
- "locale": "en-PH",
560
- "duplicate_iso": true
561
- },
562
- {
563
- "crowdin_id": "en-PR",
564
- "name": "English, Puerto Rico",
565
- "iso": "eng",
566
- "locale": "en-PR",
567
- "duplicate_iso": true
568
- },
569
- {
570
- "crowdin_id": "en-SG",
571
- "name": "English, Singapore",
572
- "iso": "eng",
573
- "locale": "en-SG",
574
- "duplicate_iso": true
575
- },
576
- {
577
- "crowdin_id": "en-ZA",
578
- "name": "English, South Africa",
579
- "iso": "eng",
580
- "locale": "en-ZA",
581
- "duplicate_iso": true
582
- },
583
- {
584
- "crowdin_id": "en-SE",
585
- "name": "English, Sweden",
586
- "iso": "eng",
587
- "locale": "en-SE",
588
- "duplicate_iso": true
589
- },
590
- {
591
- "crowdin_id": "en-GB",
592
- "name": "English, United Kingdom",
593
- "iso": "eng",
594
- "locale": "en-GB",
595
- "duplicate_iso": true
596
- },
597
- {
598
- "crowdin_id": "en-US",
599
- "name": "English, United States",
600
- "iso": "eng",
601
- "locale": "en-US",
602
- "duplicate_iso": true
603
- },
604
- {
605
- "crowdin_id": "en-ZW",
606
- "name": "English, Zimbabwe",
607
- "iso": "eng",
608
- "locale": "en-ZW",
609
- "duplicate_iso": true
610
- },
611
- {
612
- "crowdin_id": "eo",
613
- "name": "Esperanto",
614
- "iso": "epo",
615
- "locale": "eo-UY",
616
- "duplicate_iso": false
617
- },
618
- {
619
- "crowdin_id": "et",
620
- "name": "Estonian",
621
- "iso": "est",
622
- "locale": "et-EE",
623
- "duplicate_iso": false
624
- },
625
- {
626
- "crowdin_id": "ee",
627
- "name": "Ewe",
628
- "iso": "ewe",
629
- "locale": "ee-GH",
630
- "duplicate_iso": false
631
- },
632
- {
633
- "crowdin_id": "fo",
634
- "name": "Faroese",
635
- "iso": "fao",
636
- "locale": "fo-FO",
637
- "duplicate_iso": false
638
- },
639
- {
640
- "crowdin_id": "fj",
641
- "name": "Fijian",
642
- "iso": "fij",
643
- "locale": "fj-FJ",
644
- "duplicate_iso": false
645
- },
646
- {
647
- "crowdin_id": "fil",
648
- "name": "Filipino",
649
- "iso": "fil",
650
- "locale": "fil-PH",
651
- "duplicate_iso": false
652
- },
653
- {
654
- "crowdin_id": "fi",
655
- "name": "Finnish",
656
- "iso": "fin",
657
- "locale": "fi-FI",
658
- "duplicate_iso": false
659
- },
660
- {
661
- "crowdin_id": "vls-BE",
662
- "name": "Flemish",
663
- "iso": "vls",
664
- "locale": "vls-BE",
665
- "duplicate_iso": false
666
- },
667
- {
668
- "crowdin_id": "fra-DE",
669
- "name": "Franconian",
670
- "iso": "gem",
671
- "locale": "fra-DE",
672
- "duplicate_iso": false
673
- },
674
- {
675
- "crowdin_id": "fr",
676
- "name": "French",
677
- "iso": "fra",
678
- "locale": "fr-FR",
679
- "duplicate_iso": false
680
- },
681
- {
682
- "crowdin_id": "fr-BE",
683
- "name": "French, Belgium",
684
- "iso": "fra",
685
- "locale": "fr-BE",
686
- "duplicate_iso": true
687
- },
688
- {
689
- "crowdin_id": "fr-CA",
690
- "name": "French, Canada",
691
- "iso": "fra",
692
- "locale": "fr-CA",
693
- "duplicate_iso": true
694
- },
695
- {
696
- "crowdin_id": "fr-LU",
697
- "name": "French, Luxembourg",
698
- "iso": "fra",
699
- "locale": "fr-LU",
700
- "duplicate_iso": true
701
- },
702
- {
703
- "crowdin_id": "fr-QC",
704
- "name": "French, Quebec",
705
- "iso": "fra",
706
- "locale": "fr-QC",
707
- "duplicate_iso": true
708
- },
709
- {
710
- "crowdin_id": "fr-CH",
711
- "name": "French, Switzerland",
712
- "iso": "fra",
713
- "locale": "fr-CH",
714
- "duplicate_iso": true
715
- },
716
- {
717
- "crowdin_id": "fy-NL",
718
- "name": "Frisian",
719
- "iso": "fry",
720
- "locale": "fy-NL",
721
- "duplicate_iso": false
722
- },
723
- {
724
- "crowdin_id": "fur-IT",
725
- "name": "Friulian",
726
- "iso": "fur",
727
- "locale": "fur-IT",
728
- "duplicate_iso": false
729
- },
730
- {
731
- "crowdin_id": "ff",
732
- "name": "Fula",
733
- "iso": "ful",
734
- "locale": "ff-ZA",
735
- "duplicate_iso": false
736
- },
737
- {
738
- "crowdin_id": "gaa",
739
- "name": "Ga",
740
- "iso": "gaa",
741
- "locale": "gaa-GH",
742
- "duplicate_iso": false
743
- },
744
- {
745
- "crowdin_id": "gl",
746
- "name": "Galician",
747
- "iso": "glg",
748
- "locale": "gl-ES",
749
- "duplicate_iso": false
750
- },
751
- {
752
- "crowdin_id": "ka",
753
- "name": "Georgian",
754
- "iso": "kat",
755
- "locale": "ka-GE",
756
- "duplicate_iso": false
757
- },
758
- {
759
- "crowdin_id": "de",
760
- "name": "German",
761
- "iso": "deu",
762
- "locale": "de-DE",
763
- "duplicate_iso": false
764
- },
765
- {
766
- "crowdin_id": "de-AT",
767
- "name": "German, Austria",
768
- "iso": "deu",
769
- "locale": "de-AT",
770
- "duplicate_iso": true
771
- },
772
- {
773
- "crowdin_id": "de-BE",
774
- "name": "German, Belgium",
775
- "iso": "deu",
776
- "locale": "de-BE",
777
- "duplicate_iso": true
778
- },
779
- {
780
- "crowdin_id": "de-LI",
781
- "name": "German, Liechtenstein",
782
- "iso": "deu",
783
- "locale": "de-LI",
784
- "duplicate_iso": true
785
- },
786
- {
787
- "crowdin_id": "de-LU",
788
- "name": "German, Luxembourg",
789
- "iso": "deu",
790
- "locale": "de-LU",
791
- "duplicate_iso": true
792
- },
793
- {
794
- "crowdin_id": "de-CH",
795
- "name": "German, Switzerland",
796
- "iso": "deu",
797
- "locale": "de-CH",
798
- "duplicate_iso": true
799
- },
800
- {
801
- "crowdin_id": "got",
802
- "name": "Gothic",
803
- "iso": "got",
804
- "locale": "got-DE",
805
- "duplicate_iso": false
806
- },
807
- {
808
- "crowdin_id": "el",
809
- "name": "Greek",
810
- "iso": "ell",
811
- "locale": "el-GR",
812
- "duplicate_iso": false
813
- },
814
- {
815
- "crowdin_id": "el-CY",
816
- "name": "Greek, Cyprus",
817
- "iso": "ell",
818
- "locale": "el-CY",
819
- "duplicate_iso": true
820
- },
821
- {
822
- "crowdin_id": "kl",
823
- "name": "Greenlandic",
824
- "iso": "kal",
825
- "locale": "kl-GL",
826
- "duplicate_iso": false
827
- },
828
- {
829
- "crowdin_id": "gn",
830
- "name": "Guarani",
831
- "iso": "grn",
832
- "locale": "gn-PY",
833
- "duplicate_iso": false
834
- },
835
- {
836
- "crowdin_id": "gu-IN",
837
- "name": "Gujarati",
838
- "iso": "guj",
839
- "locale": "gu-IN",
840
- "duplicate_iso": false
841
- },
842
- {
843
- "crowdin_id": "ht",
844
- "name": "Haitian Creole",
845
- "iso": "hat",
846
- "locale": "ht-HT",
847
- "duplicate_iso": false
848
- },
849
- {
850
- "crowdin_id": "ha",
851
- "name": "Hausa",
852
- "iso": "hau",
853
- "locale": "ha-HG",
854
- "duplicate_iso": false
855
- },
856
- {
857
- "crowdin_id": "haw",
858
- "name": "Hawaiian",
859
- "iso": "haw",
860
- "locale": "haw-US",
861
- "duplicate_iso": false
862
- },
863
- {
864
- "crowdin_id": "he",
865
- "name": "Hebrew",
866
- "iso": "heb",
867
- "locale": "he-IL",
868
- "duplicate_iso": false
869
- },
870
- {
871
- "crowdin_id": "hz",
872
- "name": "Herero",
873
- "iso": "her",
874
- "locale": "hz-NA",
875
- "duplicate_iso": false
876
- },
877
- {
878
- "crowdin_id": "hil",
879
- "name": "Hiligaynon",
880
- "iso": "hil",
881
- "locale": "hil-PH",
882
- "duplicate_iso": false
883
- },
884
- {
885
- "crowdin_id": "hi",
886
- "name": "Hindi",
887
- "iso": "hin",
888
- "locale": "hi-IN",
889
- "duplicate_iso": false
890
- },
891
- {
892
- "crowdin_id": "ho",
893
- "name": "Hiri Motu",
894
- "iso": "hmo",
895
- "locale": "ho-PG",
896
- "duplicate_iso": false
897
- },
898
- {
899
- "crowdin_id": "hmn",
900
- "name": "Hmong",
901
- "iso": "hmn",
902
- "locale": "hmn-CN",
903
- "duplicate_iso": false
904
- },
905
- {
906
- "crowdin_id": "hu",
907
- "name": "Hungarian",
908
- "iso": "hun",
909
- "locale": "hu-HU",
910
- "duplicate_iso": false
911
- },
912
- {
913
- "crowdin_id": "is",
914
- "name": "Icelandic",
915
- "iso": "isl",
916
- "locale": "is-IS",
917
- "duplicate_iso": false
918
- },
919
- {
920
- "crowdin_id": "ido",
921
- "name": "Ido",
922
- "iso": "ido",
923
- "locale": "io-EN",
924
- "duplicate_iso": false
925
- },
926
- {
927
- "crowdin_id": "ig",
928
- "name": "Igbo",
929
- "iso": "ibo",
930
- "locale": "ig-NG",
931
- "duplicate_iso": false
932
- },
933
- {
934
- "crowdin_id": "ilo",
935
- "name": "Ilokano",
936
- "iso": "ilo",
937
- "locale": "ilo-PH",
938
- "duplicate_iso": false
939
- },
940
- {
941
- "crowdin_id": "id",
942
- "name": "Indonesian",
943
- "iso": "ind",
944
- "locale": "id-ID",
945
- "duplicate_iso": false
946
- },
947
- {
948
- "crowdin_id": "iu",
949
- "name": "Inuktitut",
950
- "iso": "iku",
951
- "locale": "iu-NU",
952
- "duplicate_iso": false
953
- },
954
- {
955
- "crowdin_id": "ga-IE",
956
- "name": "Irish",
957
- "iso": "gle",
958
- "locale": "ga-IE",
959
- "duplicate_iso": false
960
- },
961
- {
962
- "crowdin_id": "it",
963
- "name": "Italian",
964
- "iso": "ita",
965
- "locale": "it-IT",
966
- "duplicate_iso": false
967
- },
968
- {
969
- "crowdin_id": "it-CH",
970
- "name": "Italian, Switzerland",
971
- "iso": "ita",
972
- "locale": "it-CH",
973
- "duplicate_iso": true
974
- },
975
- {
976
- "crowdin_id": "ja",
977
- "name": "Japanese",
978
- "iso": "jpn",
979
- "locale": "ja-JP",
980
- "duplicate_iso": false
981
- },
982
- {
983
- "crowdin_id": "jv",
984
- "name": "Javanese",
985
- "iso": "jav",
986
- "locale": "jv-ID",
987
- "duplicate_iso": false
988
- },
989
- {
990
- "crowdin_id": "quc",
991
- "name": "K'iche'",
992
- "iso": "quc",
993
- "locale": "quc-GT",
994
- "duplicate_iso": false
995
- },
996
- {
997
- "crowdin_id": "kab",
998
- "name": "Kabyle",
999
- "iso": "kab",
1000
- "locale": "kab-KAB",
1001
- "duplicate_iso": false
1002
- },
1003
- {
1004
- "crowdin_id": "kn",
1005
- "name": "Kannada",
1006
- "iso": "kan",
1007
- "locale": "kn-IN",
1008
- "duplicate_iso": false
1009
- },
1010
- {
1011
- "crowdin_id": "pam",
1012
- "name": "Kapampangan",
1013
- "iso": "pam",
1014
- "locale": "pam-PH",
1015
- "duplicate_iso": false
1016
- },
1017
- {
1018
- "crowdin_id": "ks",
1019
- "name": "Kashmiri",
1020
- "iso": "kas",
1021
- "locale": "ks-IN",
1022
- "duplicate_iso": false
1023
- },
1024
- {
1025
- "crowdin_id": "ks-PK",
1026
- "name": "Kashmiri, Pakistan",
1027
- "iso": "kas",
1028
- "locale": "ks-PK",
1029
- "duplicate_iso": true
1030
- },
1031
- {
1032
- "crowdin_id": "csb",
1033
- "name": "Kashubian",
1034
- "iso": "csb",
1035
- "locale": "csb-PL",
1036
- "duplicate_iso": false
1037
- },
1038
- {
1039
- "crowdin_id": "kk",
1040
- "name": "Kazakh",
1041
- "iso": "kaz",
1042
- "locale": "kk-KZ",
1043
- "duplicate_iso": false
1044
- },
1045
- {
1046
- "crowdin_id": "km",
1047
- "name": "Khmer",
1048
- "iso": "khm",
1049
- "locale": "km-KH",
1050
- "duplicate_iso": false
1051
- },
1052
- {
1053
- "crowdin_id": "rw",
1054
- "name": "Kinyarwanda",
1055
- "iso": "kin",
1056
- "locale": "rw-RW",
1057
- "duplicate_iso": false
1058
- },
1059
- {
1060
- "crowdin_id": "kv",
1061
- "name": "Komi",
1062
- "iso": "kom",
1063
- "locale": "kv-KO",
1064
- "duplicate_iso": false
1065
- },
1066
- {
1067
- "crowdin_id": "kg",
1068
- "name": "Kongo",
1069
- "iso": "kon",
1070
- "locale": "kg-CG",
1071
- "duplicate_iso": false
1072
- },
1073
- {
1074
- "crowdin_id": "kok",
1075
- "name": "Konkani",
1076
- "iso": "kok",
1077
- "locale": "kok-IN",
1078
- "duplicate_iso": false
1079
- },
1080
- {
1081
- "crowdin_id": "ko",
1082
- "name": "Korean",
1083
- "iso": "kor",
1084
- "locale": "ko-KR",
1085
- "duplicate_iso": false
1086
- },
1087
- {
1088
- "crowdin_id": "ku",
1089
- "name": "Kurdish",
1090
- "iso": "kur",
1091
- "locale": "ku-TR",
1092
- "duplicate_iso": false
1093
- },
1094
- {
1095
- "crowdin_id": "kmr",
1096
- "name": "Kurmanji (Kurdish)",
1097
- "iso": "kmr",
1098
- "locale": "kmr-TR",
1099
- "duplicate_iso": false
1100
- },
1101
- {
1102
- "crowdin_id": "kj",
1103
- "name": "Kwanyama",
1104
- "iso": "kua",
1105
- "locale": "kj-AO",
1106
- "duplicate_iso": false
1107
- },
1108
- {
1109
- "crowdin_id": "ky",
1110
- "name": "Kyrgyz",
1111
- "iso": "kir",
1112
- "locale": "ky-KG",
1113
- "duplicate_iso": false
1114
- },
1115
- {
1116
- "crowdin_id": "lo",
1117
- "name": "Lao",
1118
- "iso": "lao",
1119
- "locale": "lo-LA",
1120
- "duplicate_iso": false
1121
- },
1122
- {
1123
- "crowdin_id": "la-LA",
1124
- "name": "Latin",
1125
- "iso": "lat",
1126
- "locale": "la-LA",
1127
- "duplicate_iso": false
1128
- },
1129
- {
1130
- "crowdin_id": "lv",
1131
- "name": "Latvian",
1132
- "iso": "lav",
1133
- "locale": "lv-LV",
1134
- "duplicate_iso": false
1135
- },
1136
- {
1137
- "crowdin_id": "lij",
1138
- "name": "Ligurian",
1139
- "iso": "lij",
1140
- "locale": "lij-IT",
1141
- "duplicate_iso": false
1142
- },
1143
- {
1144
- "crowdin_id": "li",
1145
- "name": "Limburgish",
1146
- "iso": "lim",
1147
- "locale": "li-LI",
1148
- "duplicate_iso": false
1149
- },
1150
- {
1151
- "crowdin_id": "ln",
1152
- "name": "Lingala",
1153
- "iso": "lin",
1154
- "locale": "ln-CD",
1155
- "duplicate_iso": false
1156
- },
1157
- {
1158
- "crowdin_id": "lt",
1159
- "name": "Lithuanian",
1160
- "iso": "lit",
1161
- "locale": "lt-LT",
1162
- "duplicate_iso": false
1163
- },
1164
- {
1165
- "crowdin_id": "nds",
1166
- "name": "Low German",
1167
- "iso": "nds",
1168
- "locale": "nds-DE",
1169
- "duplicate_iso": false
1170
- },
1171
- {
1172
- "crowdin_id": "dsb-DE",
1173
- "name": "Lower Sorbian",
1174
- "iso": "dsb",
1175
- "locale": "dsb-DE",
1176
- "duplicate_iso": false
1177
- },
1178
- {
1179
- "crowdin_id": "lg",
1180
- "name": "Luganda",
1181
- "iso": "lug",
1182
- "locale": "lg-UG",
1183
- "duplicate_iso": false
1184
- },
1185
- {
1186
- "crowdin_id": "luy",
1187
- "name": "Luhya",
1188
- "iso": "luy",
1189
- "locale": "luy-KE",
1190
- "duplicate_iso": false
1191
- },
1192
- {
1193
- "crowdin_id": "lb",
1194
- "name": "Luxembourgish",
1195
- "iso": "ltz",
1196
- "locale": "lb-LU",
1197
- "duplicate_iso": false
1198
- },
1199
- {
1200
- "crowdin_id": "mk",
1201
- "name": "Macedonian",
1202
- "iso": "mkd",
1203
- "locale": "mk-MK",
1204
- "duplicate_iso": false
1205
- },
1206
- {
1207
- "crowdin_id": "mai",
1208
- "name": "Maithili",
1209
- "iso": "mai",
1210
- "locale": "mai-IN",
1211
- "duplicate_iso": false
1212
- },
1213
- {
1214
- "crowdin_id": "mg",
1215
- "name": "Malagasy",
1216
- "iso": "mlg",
1217
- "locale": "mg-MG",
1218
- "duplicate_iso": false
1219
- },
1220
- {
1221
- "crowdin_id": "ms",
1222
- "name": "Malay",
1223
- "iso": "msa",
1224
- "locale": "ms-MY",
1225
- "duplicate_iso": false
1226
- },
1227
- {
1228
- "crowdin_id": "ms-BN",
1229
- "name": "Malay, Brunei",
1230
- "iso": "msa",
1231
- "locale": "ms-BN",
1232
- "duplicate_iso": true
1233
- },
1234
- {
1235
- "crowdin_id": "ml-IN",
1236
- "name": "Malayalam",
1237
- "iso": "mal",
1238
- "locale": "ml-IN",
1239
- "duplicate_iso": false
1240
- },
1241
- {
1242
- "crowdin_id": "mt",
1243
- "name": "Maltese",
1244
- "iso": "mlt",
1245
- "locale": "mt-MT",
1246
- "duplicate_iso": false
1247
- },
1248
- {
1249
- "crowdin_id": "gv",
1250
- "name": "Manx",
1251
- "iso": "glv",
1252
- "locale": "gv-IM",
1253
- "duplicate_iso": false
1254
- },
1255
- {
1256
- "crowdin_id": "mi",
1257
- "name": "Maori",
1258
- "iso": "mri",
1259
- "locale": "mi-NZ",
1260
- "duplicate_iso": false
1261
- },
1262
- {
1263
- "crowdin_id": "arn",
1264
- "name": "Mapudungun",
1265
- "iso": "arn",
1266
- "locale": "arn-CL",
1267
- "duplicate_iso": false
1268
- },
1269
- {
1270
- "crowdin_id": "mr",
1271
- "name": "Marathi",
1272
- "iso": "mar",
1273
- "locale": "mr-IN",
1274
- "duplicate_iso": false
1275
- },
1276
- {
1277
- "crowdin_id": "mh",
1278
- "name": "Marshallese",
1279
- "iso": "mah",
1280
- "locale": "mh-MH",
1281
- "duplicate_iso": false
1282
- },
1283
- {
1284
- "crowdin_id": "moh",
1285
- "name": "Mohawk",
1286
- "iso": "moh",
1287
- "locale": "moh-CA",
1288
- "duplicate_iso": false
1289
- },
1290
- {
1291
- "crowdin_id": "mn",
1292
- "name": "Mongolian",
1293
- "iso": "mon",
1294
- "locale": "mn-MN",
1295
- "duplicate_iso": false
1296
- },
1297
- {
1298
- "crowdin_id": "sr-Cyrl-ME",
1299
- "name": "Montenegrin (Cyrillic)",
1300
- "iso": "srp",
1301
- "locale": "sr-Cyrl-ME",
1302
- "duplicate_iso": false
1303
- },
1304
- {
1305
- "crowdin_id": "me",
1306
- "name": "Montenegrin (Latin)",
1307
- "iso": "srp",
1308
- "locale": "me-ME",
1309
- "duplicate_iso": true
1310
- },
1311
- {
1312
- "crowdin_id": "mos",
1313
- "name": "Mossi",
1314
- "iso": "mos",
1315
- "locale": "mos-MOS",
1316
- "duplicate_iso": false
1317
- },
1318
- {
1319
- "crowdin_id": "na",
1320
- "name": "Nauru",
1321
- "iso": "nau",
1322
- "locale": "na-NR",
1323
- "duplicate_iso": false
1324
- },
1325
- {
1326
- "crowdin_id": "ng",
1327
- "name": "Ndonga",
1328
- "iso": "ndo",
1329
- "locale": "ng-NA",
1330
- "duplicate_iso": false
1331
- },
1332
- {
1333
- "crowdin_id": "ne-NP",
1334
- "name": "Nepali",
1335
- "iso": "nep",
1336
- "locale": "ne-NP",
1337
- "duplicate_iso": false
1338
- },
1339
- {
1340
- "crowdin_id": "ne-IN",
1341
- "name": "Nepali, India",
1342
- "iso": "nep",
1343
- "locale": "ne-IN",
1344
- "duplicate_iso": true
1345
- },
1346
- {
1347
- "crowdin_id": "pcm",
1348
- "name": "Nigerian Pidgin",
1349
- "iso": "pcm",
1350
- "locale": "pcm-NG",
1351
- "duplicate_iso": false
1352
- },
1353
- {
1354
- "crowdin_id": "se",
1355
- "name": "Northern Sami",
1356
- "iso": "sme",
1357
- "locale": "se-NO",
1358
- "duplicate_iso": false
1359
- },
1360
- {
1361
- "crowdin_id": "nso",
1362
- "name": "Northern Sotho",
1363
- "iso": "nso",
1364
- "locale": "ns-ZA",
1365
- "duplicate_iso": false
1366
- },
1367
- {
1368
- "crowdin_id": "no",
1369
- "name": "Norwegian",
1370
- "iso": "nor",
1371
- "locale": "no-NO",
1372
- "duplicate_iso": false
1373
- },
1374
- {
1375
- "crowdin_id": "nb",
1376
- "name": "Norwegian Bokmal",
1377
- "iso": "nob",
1378
- "locale": "nb-NO",
1379
- "duplicate_iso": false
1380
- },
1381
- {
1382
- "crowdin_id": "nn-NO",
1383
- "name": "Norwegian Nynorsk",
1384
- "iso": "nno",
1385
- "locale": "nn-NO",
1386
- "duplicate_iso": false
1387
- },
1388
- {
1389
- "crowdin_id": "oc",
1390
- "name": "Occitan",
1391
- "iso": "oci",
1392
- "locale": "oc-FR",
1393
- "duplicate_iso": false
1394
- },
1395
- {
1396
- "crowdin_id": "or",
1397
- "name": "Odia",
1398
- "iso": "ori",
1399
- "locale": "or-IN",
1400
- "duplicate_iso": false
1401
- },
1402
- {
1403
- "crowdin_id": "oj",
1404
- "name": "Ojibwe",
1405
- "iso": "oji",
1406
- "locale": "oj-CA",
1407
- "duplicate_iso": false
1408
- },
1409
- {
1410
- "crowdin_id": "om",
1411
- "name": "Oromo",
1412
- "iso": "orm",
1413
- "locale": "om-ET",
1414
- "duplicate_iso": false
1415
- },
1416
- {
1417
- "crowdin_id": "os",
1418
- "name": "Ossetian",
1419
- "iso": "oss",
1420
- "locale": "os-SE",
1421
- "duplicate_iso": false
1422
- },
1423
- {
1424
- "crowdin_id": "pi",
1425
- "name": "Pali",
1426
- "iso": "pli",
1427
- "locale": "pi-IN",
1428
- "duplicate_iso": false
1429
- },
1430
- {
1431
- "crowdin_id": "pap",
1432
- "name": "Papiamento",
1433
- "iso": "pap",
1434
- "locale": "pap-PAP",
1435
- "duplicate_iso": false
1436
- },
1437
- {
1438
- "crowdin_id": "ps",
1439
- "name": "Pashto",
1440
- "iso": "pus",
1441
- "locale": "ps-AF",
1442
- "duplicate_iso": false
1443
- },
1444
- {
1445
- "crowdin_id": "fa",
1446
- "name": "Persian",
1447
- "iso": "fas",
1448
- "locale": "fa-IR",
1449
- "duplicate_iso": false
1450
- },
1451
- {
1452
- "crowdin_id": "en-PT",
1453
- "name": "Pirate English",
1454
- "iso": "eng",
1455
- "locale": "en-PT",
1456
- "duplicate_iso": true
1457
- },
1458
- {
1459
- "crowdin_id": "pl",
1460
- "name": "Polish",
1461
- "iso": "pol",
1462
- "locale": "pl-PL",
1463
- "duplicate_iso": false
1464
- },
1465
- {
1466
- "crowdin_id": "pt-PT",
1467
- "name": "Portuguese",
1468
- "iso": "por",
1469
- "locale": "pt-PT",
1470
- "duplicate_iso": false
1471
- },
1472
- {
1473
- "crowdin_id": "pt-BR",
1474
- "name": "Portuguese, Brazilian",
1475
- "iso": "por",
1476
- "locale": "pt-BR",
1477
- "duplicate_iso": true
1478
- },
1479
- {
1480
- "crowdin_id": "pa-IN",
1481
- "name": "Punjabi",
1482
- "iso": "pan",
1483
- "locale": "pa-IN",
1484
- "duplicate_iso": false
1485
- },
1486
- {
1487
- "crowdin_id": "pa-PK",
1488
- "name": "Punjabi, Pakistan",
1489
- "iso": "pan",
1490
- "locale": "pa-PK",
1491
- "duplicate_iso": true
1492
- },
1493
- {
1494
- "crowdin_id": "qu",
1495
- "name": "Quechua",
1496
- "iso": "que",
1497
- "locale": "qu-PE",
1498
- "duplicate_iso": false
1499
- },
1500
- {
1501
- "crowdin_id": "qya-AA",
1502
- "name": "Quenya",
1503
- "iso": "qya",
1504
- "locale": "qya-AA",
1505
- "duplicate_iso": false
1506
- },
1507
- {
1508
- "crowdin_id": "ro",
1509
- "name": "Romanian",
1510
- "iso": "ron",
1511
- "locale": "ro-RO",
1512
- "duplicate_iso": false
1513
- },
1514
- {
1515
- "crowdin_id": "rm-CH",
1516
- "name": "Romansh",
1517
- "iso": "roh",
1518
- "locale": "rm-CH",
1519
- "duplicate_iso": false
1520
- },
1521
- {
1522
- "crowdin_id": "rn",
1523
- "name": "Rundi",
1524
- "iso": "run",
1525
- "locale": "rn-BI",
1526
- "duplicate_iso": false
1527
- },
1528
- {
1529
- "crowdin_id": "ru",
1530
- "name": "Russian",
1531
- "iso": "rus",
1532
- "locale": "ru-RU",
1533
- "duplicate_iso": false
1534
- },
1535
- {
1536
- "crowdin_id": "ru-BY",
1537
- "name": "Russian, Belarus",
1538
- "iso": "rus",
1539
- "locale": "ru-BY",
1540
- "duplicate_iso": true
1541
- },
1542
- {
1543
- "crowdin_id": "ru-MD",
1544
- "name": "Russian, Moldova",
1545
- "iso": "rus",
1546
- "locale": "ru-MD",
1547
- "duplicate_iso": true
1548
- },
1549
- {
1550
- "crowdin_id": "ry-UA",
1551
- "name": "Rusyn",
1552
- "iso": "sla",
1553
- "locale": "ry-UA",
1554
- "duplicate_iso": false
1555
- },
1556
- {
1557
- "crowdin_id": "ru-UA",
1558
- "name": "Rսssian, Սkraine",
1559
- "iso": "rus",
1560
- "locale": "ru-UA",
1561
- "duplicate_iso": true
1562
- },
1563
- {
1564
- "crowdin_id": "sah",
1565
- "name": "Sakha",
1566
- "iso": "sah",
1567
- "locale": "sah-SAH",
1568
- "duplicate_iso": false
1569
- },
1570
- {
1571
- "crowdin_id": "sg",
1572
- "name": "Sango",
1573
- "iso": "sag",
1574
- "locale": "sg-CF",
1575
- "duplicate_iso": false
1576
- },
1577
- {
1578
- "crowdin_id": "sa",
1579
- "name": "Sanskrit",
1580
- "iso": "san",
1581
- "locale": "sa-IN",
1582
- "duplicate_iso": false
1583
- },
1584
- {
1585
- "crowdin_id": "sat",
1586
- "name": "Santali",
1587
- "iso": "sat",
1588
- "locale": "sat-IN",
1589
- "duplicate_iso": false
1590
- },
1591
- {
1592
- "crowdin_id": "sc",
1593
- "name": "Sardinian",
1594
- "iso": "srd",
1595
- "locale": "sc-IT",
1596
- "duplicate_iso": false
1597
- },
1598
- {
1599
- "crowdin_id": "sco",
1600
- "name": "Scots",
1601
- "iso": "sco",
1602
- "locale": "sco-GB",
1603
- "duplicate_iso": false
1604
- },
1605
- {
1606
- "crowdin_id": "gd",
1607
- "name": "Scottish Gaelic",
1608
- "iso": "gla",
1609
- "locale": "gd-GB",
1610
- "duplicate_iso": false
1611
- },
1612
- {
1613
- "crowdin_id": "sr",
1614
- "name": "Serbian (Cyrillic)",
1615
- "iso": "srp",
1616
- "locale": "sr-SP",
1617
- "duplicate_iso": true
1618
- },
1619
- {
1620
- "crowdin_id": "sr-CS",
1621
- "name": "Serbian (Latin)",
1622
- "iso": "srp",
1623
- "locale": "sr-CS",
1624
- "duplicate_iso": true
1625
- },
1626
- {
1627
- "crowdin_id": "sh",
1628
- "name": "Serbo-Croatian",
1629
- "iso": "hbs",
1630
- "locale": "sh-HR",
1631
- "duplicate_iso": false
1632
- },
1633
- {
1634
- "crowdin_id": "crs",
1635
- "name": "Seychellois Creole",
1636
- "iso": "crs",
1637
- "locale": "crs-SC",
1638
- "duplicate_iso": false
1639
- },
1640
- {
1641
- "crowdin_id": "sn",
1642
- "name": "Shona",
1643
- "iso": "sna",
1644
- "locale": "sn-ZW",
1645
- "duplicate_iso": false
1646
- },
1647
- {
1648
- "crowdin_id": "ii",
1649
- "name": "Sichuan Yi",
1650
- "iso": "iii",
1651
- "locale": "ii-CN",
1652
- "duplicate_iso": false
1653
- },
1654
- {
1655
- "crowdin_id": "sd",
1656
- "name": "Sindhi",
1657
- "iso": "snd",
1658
- "locale": "sd-PK",
1659
- "duplicate_iso": false
1660
- },
1661
- {
1662
- "crowdin_id": "si-LK",
1663
- "name": "Sinhala",
1664
- "iso": "sin",
1665
- "locale": "si-LK",
1666
- "duplicate_iso": false
1667
- },
1668
- {
1669
- "crowdin_id": "sk",
1670
- "name": "Slovak",
1671
- "iso": "slk",
1672
- "locale": "sk-SK",
1673
- "duplicate_iso": false
1674
- },
1675
- {
1676
- "crowdin_id": "sl",
1677
- "name": "Slovenian",
1678
- "iso": "slv",
1679
- "locale": "sl-SI",
1680
- "duplicate_iso": false
1681
- },
1682
- {
1683
- "crowdin_id": "so",
1684
- "name": "Somali",
1685
- "iso": "som",
1686
- "locale": "so-SO",
1687
- "duplicate_iso": false
1688
- },
1689
- {
1690
- "crowdin_id": "son",
1691
- "name": "Songhay",
1692
- "iso": "son",
1693
- "locale": "son-ZA",
1694
- "duplicate_iso": false
1695
- },
1696
- {
1697
- "crowdin_id": "ckb",
1698
- "name": "Sorani (Kurdish)",
1699
- "iso": "ckb",
1700
- "locale": "ckb-IR",
1701
- "duplicate_iso": false
1702
- },
1703
- {
1704
- "crowdin_id": "nr",
1705
- "name": "Southern Ndebele",
1706
- "iso": "nbl",
1707
- "locale": "nr-ZA",
1708
- "duplicate_iso": false
1709
- },
1710
- {
1711
- "crowdin_id": "sma",
1712
- "name": "Southern Sami",
1713
- "iso": "sma",
1714
- "locale": "sma-NO",
1715
- "duplicate_iso": false
1716
- },
1717
- {
1718
- "crowdin_id": "st",
1719
- "name": "Southern Sotho",
1720
- "iso": "sot",
1721
- "locale": "st-ZA",
1722
- "duplicate_iso": false
1723
- },
1724
- {
1725
- "crowdin_id": "es-ES",
1726
- "name": "Spanish",
1727
- "iso": "spa",
1728
- "locale": "es-ES",
1729
- "duplicate_iso": false
1730
- },
1731
- {
1732
- "crowdin_id": "es-EM",
1733
- "name": "Spanish (Modern)",
1734
- "iso": "spa",
1735
- "locale": "es-EM",
1736
- "duplicate_iso": true
1737
- },
1738
- {
1739
- "crowdin_id": "es-AR",
1740
- "name": "Spanish, Argentina",
1741
- "iso": "spa",
1742
- "locale": "es-AR",
1743
- "duplicate_iso": true
1744
- },
1745
- {
1746
- "crowdin_id": "es-BO",
1747
- "name": "Spanish, Bolivia",
1748
- "iso": "spa",
1749
- "locale": "es-BO",
1750
- "duplicate_iso": true
1751
- },
1752
- {
1753
- "crowdin_id": "es-CL",
1754
- "name": "Spanish, Chile",
1755
- "iso": "spa",
1756
- "locale": "es-CL",
1757
- "duplicate_iso": true
1758
- },
1759
- {
1760
- "crowdin_id": "es-CO",
1761
- "name": "Spanish, Colombia",
1762
- "iso": "spa",
1763
- "locale": "es-CO",
1764
- "duplicate_iso": true
1765
- },
1766
- {
1767
- "crowdin_id": "es-CR",
1768
- "name": "Spanish, Costa Rica",
1769
- "iso": "spa",
1770
- "locale": "es-CR",
1771
- "duplicate_iso": true
1772
- },
1773
- {
1774
- "crowdin_id": "es-DO",
1775
- "name": "Spanish, Dominican Republic",
1776
- "iso": "spa",
1777
- "locale": "es-DO",
1778
- "duplicate_iso": true
1779
- },
1780
- {
1781
- "crowdin_id": "es-EC",
1782
- "name": "Spanish, Ecuador",
1783
- "iso": "spa",
1784
- "locale": "es-EC",
1785
- "duplicate_iso": true
1786
- },
1787
- {
1788
- "crowdin_id": "es-SV",
1789
- "name": "Spanish, El Salvador",
1790
- "iso": "spa",
1791
- "locale": "es-SV",
1792
- "duplicate_iso": true
1793
- },
1794
- {
1795
- "crowdin_id": "es-GT",
1796
- "name": "Spanish, Guatemala",
1797
- "iso": "spa",
1798
- "locale": "es-GT",
1799
- "duplicate_iso": true
1800
- },
1801
- {
1802
- "crowdin_id": "es-HN",
1803
- "name": "Spanish, Honduras",
1804
- "iso": "spa",
1805
- "locale": "es-HN",
1806
- "duplicate_iso": true
1807
- },
1808
- {
1809
- "crowdin_id": "es-419",
1810
- "name": "Spanish, Latin America",
1811
- "iso": "spa",
1812
- "locale": "es-419",
1813
- "duplicate_iso": true
1814
- },
1815
- {
1816
- "crowdin_id": "es-MX",
1817
- "name": "Spanish, Mexico",
1818
- "iso": "spa",
1819
- "locale": "es-MX",
1820
- "duplicate_iso": true
1821
- },
1822
- {
1823
- "crowdin_id": "es-NI",
1824
- "name": "Spanish, Nicaragua",
1825
- "iso": "spa",
1826
- "locale": "es-NI",
1827
- "duplicate_iso": true
1828
- },
1829
- {
1830
- "crowdin_id": "es-PA",
1831
- "name": "Spanish, Panama",
1832
- "iso": "spa",
1833
- "locale": "es-PA",
1834
- "duplicate_iso": true
1835
- },
1836
- {
1837
- "crowdin_id": "es-PY",
1838
- "name": "Spanish, Paraguay",
1839
- "iso": "spa",
1840
- "locale": "es-PY",
1841
- "duplicate_iso": true
1842
- },
1843
- {
1844
- "crowdin_id": "es-PE",
1845
- "name": "Spanish, Peru",
1846
- "iso": "spa",
1847
- "locale": "es-PE",
1848
- "duplicate_iso": true
1849
- },
1850
- {
1851
- "crowdin_id": "es-PR",
1852
- "name": "Spanish, Puerto Rico",
1853
- "iso": "spa",
1854
- "locale": "es-PR",
1855
- "duplicate_iso": true
1856
- },
1857
- {
1858
- "crowdin_id": "es-US",
1859
- "name": "Spanish, United States",
1860
- "iso": "spa",
1861
- "locale": "es-US",
1862
- "duplicate_iso": true
1863
- },
1864
- {
1865
- "crowdin_id": "es-UY",
1866
- "name": "Spanish, Uruguay",
1867
- "iso": "spa",
1868
- "locale": "es-UY",
1869
- "duplicate_iso": true
1870
- },
1871
- {
1872
- "crowdin_id": "es-VE",
1873
- "name": "Spanish, Venezuela",
1874
- "iso": "spa",
1875
- "locale": "es-VE",
1876
- "duplicate_iso": true
1877
- },
1878
- {
1879
- "crowdin_id": "su",
1880
- "name": "Sundanese",
1881
- "iso": "sun",
1882
- "locale": "su-ID",
1883
- "duplicate_iso": false
1884
- },
1885
- {
1886
- "crowdin_id": "sw",
1887
- "name": "Swahili",
1888
- "iso": "swa",
1889
- "locale": "sw-KE",
1890
- "duplicate_iso": false
1891
- },
1892
- {
1893
- "crowdin_id": "sw-KE",
1894
- "name": "Swahili, Kenya",
1895
- "iso": "swa",
1896
- "locale": "sw-KE",
1897
- "duplicate_iso": true
1898
- },
1899
- {
1900
- "crowdin_id": "sw-TZ",
1901
- "name": "Swahili, Tanzania",
1902
- "iso": "swa",
1903
- "locale": "sw-TZ",
1904
- "duplicate_iso": true
1905
- },
1906
- {
1907
- "crowdin_id": "ss",
1908
- "name": "Swati",
1909
- "iso": "ssw",
1910
- "locale": "ss-ZA",
1911
- "duplicate_iso": false
1912
- },
1913
- {
1914
- "crowdin_id": "sv-SE",
1915
- "name": "Swedish",
1916
- "iso": "swe",
1917
- "locale": "sv-SE",
1918
- "duplicate_iso": false
1919
- },
1920
- {
1921
- "crowdin_id": "sv-FI",
1922
- "name": "Swedish, Finland",
1923
- "iso": "swe",
1924
- "locale": "sv-FI",
1925
- "duplicate_iso": true
1926
- },
1927
- {
1928
- "crowdin_id": "syc",
1929
- "name": "Syriac",
1930
- "iso": "syc",
1931
- "locale": "syc-SY",
1932
- "duplicate_iso": false
1933
- },
1934
- {
1935
- "crowdin_id": "tl",
1936
- "name": "Tagalog",
1937
- "iso": "tgl",
1938
- "locale": "tl-PH",
1939
- "duplicate_iso": false
1940
- },
1941
- {
1942
- "crowdin_id": "ty",
1943
- "name": "Tahitian",
1944
- "iso": "tah",
1945
- "locale": "ty-PF",
1946
- "duplicate_iso": false
1947
- },
1948
- {
1949
- "crowdin_id": "tg",
1950
- "name": "Tajik",
1951
- "iso": "tgk",
1952
- "locale": "tg-TJ",
1953
- "duplicate_iso": false
1954
- },
1955
- {
1956
- "crowdin_id": "tzl",
1957
- "name": "Talossan",
1958
- "iso": "tzl",
1959
- "locale": "tzl-TZL",
1960
- "duplicate_iso": false
1961
- },
1962
- {
1963
- "crowdin_id": "ta",
1964
- "name": "Tamil",
1965
- "iso": "tam",
1966
- "locale": "ta-IN",
1967
- "duplicate_iso": false
1968
- },
1969
- {
1970
- "crowdin_id": "tt-RU",
1971
- "name": "Tatar",
1972
- "iso": "tat",
1973
- "locale": "tt-RU",
1974
- "duplicate_iso": false
1975
- },
1976
- {
1977
- "crowdin_id": "te",
1978
- "name": "Telugu",
1979
- "iso": "tel",
1980
- "locale": "te-IN",
1981
- "duplicate_iso": false
1982
- },
1983
- {
1984
- "crowdin_id": "kdh",
1985
- "name": "Tem (Kotokoli)",
1986
- "iso": "kdh",
1987
- "locale": "kdh-KDH",
1988
- "duplicate_iso": false
1989
- },
1990
- {
1991
- "crowdin_id": "th",
1992
- "name": "Thai",
1993
- "iso": "tha",
1994
- "locale": "th-TH",
1995
- "duplicate_iso": false
1996
- },
1997
- {
1998
- "crowdin_id": "bo-BT",
1999
- "name": "Tibetan",
2000
- "iso": "tib",
2001
- "locale": "bo-BT",
2002
- "duplicate_iso": false
2003
- },
2004
- {
2005
- "crowdin_id": "ti",
2006
- "name": "Tigrinya",
2007
- "iso": "tir",
2008
- "locale": "ti-ER",
2009
- "duplicate_iso": false
2010
- },
2011
- {
2012
- "crowdin_id": "ts",
2013
- "name": "Tsonga",
2014
- "iso": "tso",
2015
- "locale": "ts-ZA",
2016
- "duplicate_iso": false
2017
- },
2018
- {
2019
- "crowdin_id": "tn",
2020
- "name": "Tswana",
2021
- "iso": "tsn",
2022
- "locale": "tn-ZA",
2023
- "duplicate_iso": false
2024
- },
2025
- {
2026
- "crowdin_id": "tr",
2027
- "name": "Turkish",
2028
- "iso": "tur",
2029
- "locale": "tr-TR",
2030
- "duplicate_iso": false
2031
- },
2032
- {
2033
- "crowdin_id": "tr-CY",
2034
- "name": "Turkish, Cyprus",
2035
- "iso": "tur",
2036
- "locale": "tr-CY",
2037
- "duplicate_iso": true
2038
- },
2039
- {
2040
- "crowdin_id": "tk",
2041
- "name": "Turkmen",
2042
- "iso": "tuk",
2043
- "locale": "tk-TM",
2044
- "duplicate_iso": false
2045
- },
2046
- {
2047
- "crowdin_id": "uk",
2048
- "name": "Ukrainian",
2049
- "iso": "ukr",
2050
- "locale": "uk-UA",
2051
- "duplicate_iso": false
2052
- },
2053
- {
2054
- "crowdin_id": "hsb-DE",
2055
- "name": "Upper Sorbian",
2056
- "iso": "hsb",
2057
- "locale": "hsb-DE",
2058
- "duplicate_iso": false
2059
- },
2060
- {
2061
- "crowdin_id": "ur-IN",
2062
- "name": "Urdu (India)",
2063
- "iso": "urd",
2064
- "locale": "ur-IN",
2065
- "duplicate_iso": false
2066
- },
2067
- {
2068
- "crowdin_id": "ur-PK",
2069
- "name": "Urdu (Pakistan)",
2070
- "iso": "urd",
2071
- "locale": "ur-PK",
2072
- "duplicate_iso": true
2073
- },
2074
- {
2075
- "crowdin_id": "ug",
2076
- "name": "Uyghur",
2077
- "iso": "uig",
2078
- "locale": "ug-CN",
2079
- "duplicate_iso": false
2080
- },
2081
- {
2082
- "crowdin_id": "uz",
2083
- "name": "Uzbek",
2084
- "iso": "uzb",
2085
- "locale": "uz-UZ",
2086
- "duplicate_iso": false
2087
- },
2088
- {
2089
- "crowdin_id": "val-ES",
2090
- "name": "Valencian",
2091
- "iso": "val",
2092
- "locale": "val-ES",
2093
- "duplicate_iso": false
2094
- },
2095
- {
2096
- "crowdin_id": "ve",
2097
- "name": "Venda",
2098
- "iso": "ven",
2099
- "locale": "ve-ZA",
2100
- "duplicate_iso": false
2101
- },
2102
- {
2103
- "crowdin_id": "vec",
2104
- "name": "Venetian",
2105
- "iso": "vec",
2106
- "locale": "vec-IT",
2107
- "duplicate_iso": false
2108
- },
2109
- {
2110
- "crowdin_id": "vi",
2111
- "name": "Vietnamese",
2112
- "iso": "vie",
2113
- "locale": "vi-VN",
2114
- "duplicate_iso": false
2115
- },
2116
- {
2117
- "crowdin_id": "wa",
2118
- "name": "Walloon",
2119
- "iso": "wln",
2120
- "locale": "wa-BE",
2121
- "duplicate_iso": false
2122
- },
2123
- {
2124
- "crowdin_id": "cy",
2125
- "name": "Welsh",
2126
- "iso": "cym",
2127
- "locale": "cy-GB",
2128
- "duplicate_iso": false
2129
- },
2130
- {
2131
- "crowdin_id": "wo",
2132
- "name": "Wolof",
2133
- "iso": "wol",
2134
- "locale": "wo-SN",
2135
- "duplicate_iso": false
2136
- },
2137
- {
2138
- "crowdin_id": "xh",
2139
- "name": "Xhosa",
2140
- "iso": "xho",
2141
- "locale": "xh-ZA",
2142
- "duplicate_iso": false
2143
- },
2144
- {
2145
- "crowdin_id": "yi",
2146
- "name": "Yiddish",
2147
- "iso": "yid",
2148
- "locale": "yi-DE",
2149
- "duplicate_iso": false
2150
- },
2151
- {
2152
- "crowdin_id": "yo",
2153
- "name": "Yoruba",
2154
- "iso": "yor",
2155
- "locale": "yo-NG",
2156
- "duplicate_iso": false
2157
- },
2158
- {
2159
- "crowdin_id": "zea",
2160
- "name": "Zeelandic",
2161
- "iso": "zea",
2162
- "locale": "zea-ZEA",
2163
- "duplicate_iso": false
2164
- },
2165
- {
2166
- "crowdin_id": "zu",
2167
- "name": "Zulu",
2168
- "iso": "zul",
2169
- "locale": "zu-ZA",
2170
- "duplicate_iso": false
2171
- }
2172
- ]