@kolanut/language-packs 0.1.0

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 (74) hide show
  1. package/CONTRIBUTING.md +119 -0
  2. package/LICENSE +17 -0
  3. package/README.md +237 -0
  4. package/badges/coverage.json +6 -0
  5. package/badges/packs.json +6 -0
  6. package/badges/targets.json +6 -0
  7. package/badges/tokens.json +6 -0
  8. package/dist/index.d.ts +2 -0
  9. package/dist/index.js +1 -0
  10. package/dist/load-pack.d.ts +6 -0
  11. package/dist/load-pack.js +31 -0
  12. package/dist/types.d.ts +33 -0
  13. package/dist/types.js +1 -0
  14. package/pack.schema.json +86 -0
  15. package/package.json +61 -0
  16. package/packs/PACK_SCOPE.md +68 -0
  17. package/packs/afrikaans/keywords.json +329 -0
  18. package/packs/afrikaans/pack.json +361 -0
  19. package/packs/amharic/keywords.json +329 -0
  20. package/packs/amharic/pack.json +359 -0
  21. package/packs/arabic/keywords.json +329 -0
  22. package/packs/arabic/pack.json +369 -0
  23. package/packs/bambara/keywords.json +299 -0
  24. package/packs/bambara/pack.json +332 -0
  25. package/packs/by-country.json +183 -0
  26. package/packs/by-region.json +49 -0
  27. package/packs/coverage-summary.json +424 -0
  28. package/packs/french/keywords.json +329 -0
  29. package/packs/french/pack.json +381 -0
  30. package/packs/fulfulde/keywords.json +299 -0
  31. package/packs/fulfulde/pack.json +336 -0
  32. package/packs/hausa/keywords.json +329 -0
  33. package/packs/hausa/pack.json +363 -0
  34. package/packs/igbo/keywords.json +329 -0
  35. package/packs/igbo/pack.json +360 -0
  36. package/packs/index.json +397 -0
  37. package/packs/kinyarwanda/keywords.json +329 -0
  38. package/packs/kinyarwanda/pack.json +359 -0
  39. package/packs/languages-roadmap.json +28 -0
  40. package/packs/lingala/keywords.json +329 -0
  41. package/packs/lingala/pack.json +360 -0
  42. package/packs/logical-tokens.json +120 -0
  43. package/packs/luganda/keywords.json +329 -0
  44. package/packs/luganda/pack.json +359 -0
  45. package/packs/nigerian-pidgin/keywords.json +332 -0
  46. package/packs/nigerian-pidgin/pack.json +362 -0
  47. package/packs/official-target-keywords.json +166 -0
  48. package/packs/oromo/keywords.json +329 -0
  49. package/packs/oromo/pack.json +360 -0
  50. package/packs/portuguese-africa/keywords.json +299 -0
  51. package/packs/portuguese-africa/pack.json +334 -0
  52. package/packs/sesotho/keywords.json +299 -0
  53. package/packs/sesotho/pack.json +330 -0
  54. package/packs/setswana/keywords.json +299 -0
  55. package/packs/setswana/pack.json +331 -0
  56. package/packs/shona/keywords.json +329 -0
  57. package/packs/shona/pack.json +359 -0
  58. package/packs/somali/keywords.json +329 -0
  59. package/packs/somali/pack.json +362 -0
  60. package/packs/swahili/keywords.json +329 -0
  61. package/packs/swahili/pack.json +365 -0
  62. package/packs/target-coverage.json +1083 -0
  63. package/packs/tigrinya/keywords.json +329 -0
  64. package/packs/tigrinya/pack.json +360 -0
  65. package/packs/twi/keywords.json +329 -0
  66. package/packs/twi/pack.json +360 -0
  67. package/packs/wolof/keywords.json +329 -0
  68. package/packs/wolof/pack.json +361 -0
  69. package/packs/xhosa/keywords.json +329 -0
  70. package/packs/xhosa/pack.json +360 -0
  71. package/packs/yoruba/keywords.json +329 -0
  72. package/packs/yoruba/pack.json +363 -0
  73. package/packs/zulu/keywords.json +329 -0
  74. package/packs/zulu/pack.json +360 -0
@@ -0,0 +1,424 @@
1
+ {
2
+ "generatedAt": "2026-07-04T01:48:53.716Z",
3
+ "logicalTokenCount": 99,
4
+ "africanLanguagePackCount": 25,
5
+ "transpileTargets": [
6
+ "javascript",
7
+ "python",
8
+ "typescript",
9
+ "go",
10
+ "rust"
11
+ ],
12
+ "perTarget": {
13
+ "javascript": {
14
+ "officialKeywordCount": 38,
15
+ "mappedCount": 37,
16
+ "structuralCount": 1,
17
+ "gapCount": 0,
18
+ "gaps": []
19
+ },
20
+ "python": {
21
+ "officialKeywordCount": 39,
22
+ "mappedCount": 38,
23
+ "structuralCount": 1,
24
+ "gapCount": 0,
25
+ "gaps": []
26
+ },
27
+ "typescript": {
28
+ "officialKeywordCount": 64,
29
+ "mappedCount": 63,
30
+ "structuralCount": 1,
31
+ "gapCount": 0,
32
+ "gaps": []
33
+ },
34
+ "go": {
35
+ "officialKeywordCount": 25,
36
+ "mappedCount": 25,
37
+ "structuralCount": 0,
38
+ "gapCount": 0,
39
+ "gaps": []
40
+ },
41
+ "rust": {
42
+ "officialKeywordCount": 39,
43
+ "mappedCount": 38,
44
+ "structuralCount": 1,
45
+ "gapCount": 0,
46
+ "gaps": []
47
+ }
48
+ },
49
+ "africanLanguages": [
50
+ {
51
+ "name": "yoruba",
52
+ "displayName": "Yorùbá",
53
+ "languageCode": "yo",
54
+ "locale": "yo-NG",
55
+ "countries": [
56
+ "NG",
57
+ "BJ",
58
+ "TG"
59
+ ],
60
+ "regions": [
61
+ "West Africa"
62
+ ]
63
+ },
64
+ {
65
+ "name": "nigerian-pidgin",
66
+ "displayName": "Nigerian Pidgin",
67
+ "languageCode": "pcm",
68
+ "locale": "pcm-NG",
69
+ "countries": [
70
+ "NG"
71
+ ],
72
+ "regions": [
73
+ "West Africa"
74
+ ]
75
+ },
76
+ {
77
+ "name": "hausa",
78
+ "displayName": "Hausa",
79
+ "languageCode": "ha",
80
+ "locale": "ha-NG",
81
+ "countries": [
82
+ "NG",
83
+ "NE",
84
+ "GH",
85
+ "SD"
86
+ ],
87
+ "regions": [
88
+ "West Africa"
89
+ ]
90
+ },
91
+ {
92
+ "name": "igbo",
93
+ "displayName": "Igbo",
94
+ "languageCode": "ig",
95
+ "locale": "ig-NG",
96
+ "countries": [
97
+ "NG"
98
+ ],
99
+ "regions": [
100
+ "West Africa"
101
+ ]
102
+ },
103
+ {
104
+ "name": "swahili",
105
+ "displayName": "Swahili",
106
+ "languageCode": "sw",
107
+ "locale": "sw-KE",
108
+ "countries": [
109
+ "KE",
110
+ "TZ",
111
+ "UG",
112
+ "CD",
113
+ "RW"
114
+ ],
115
+ "regions": [
116
+ "East Africa"
117
+ ]
118
+ },
119
+ {
120
+ "name": "amharic",
121
+ "displayName": "Amharic",
122
+ "languageCode": "am",
123
+ "locale": "am-ET",
124
+ "countries": [
125
+ "ET"
126
+ ],
127
+ "regions": [
128
+ "East Africa"
129
+ ]
130
+ },
131
+ {
132
+ "name": "zulu",
133
+ "displayName": "isiZulu",
134
+ "languageCode": "zu",
135
+ "locale": "zu-ZA",
136
+ "countries": [
137
+ "ZA"
138
+ ],
139
+ "regions": [
140
+ "Southern Africa"
141
+ ]
142
+ },
143
+ {
144
+ "name": "xhosa",
145
+ "displayName": "isiXhosa",
146
+ "languageCode": "xh",
147
+ "locale": "xh-ZA",
148
+ "countries": [
149
+ "ZA"
150
+ ],
151
+ "regions": [
152
+ "Southern Africa"
153
+ ]
154
+ },
155
+ {
156
+ "name": "twi",
157
+ "displayName": "Twi",
158
+ "languageCode": "tw",
159
+ "locale": "tw-GH",
160
+ "countries": [
161
+ "GH"
162
+ ],
163
+ "regions": [
164
+ "West Africa"
165
+ ]
166
+ },
167
+ {
168
+ "name": "somali",
169
+ "displayName": "Somali",
170
+ "languageCode": "so",
171
+ "locale": "so-SO",
172
+ "countries": [
173
+ "SO",
174
+ "ET",
175
+ "KE",
176
+ "DJ"
177
+ ],
178
+ "regions": [
179
+ "Horn of Africa"
180
+ ]
181
+ },
182
+ {
183
+ "name": "wolof",
184
+ "displayName": "Wolof",
185
+ "languageCode": "wo",
186
+ "locale": "wo-SN",
187
+ "countries": [
188
+ "SN",
189
+ "GM",
190
+ "MR"
191
+ ],
192
+ "regions": [
193
+ "West Africa"
194
+ ]
195
+ },
196
+ {
197
+ "name": "lingala",
198
+ "displayName": "Lingala",
199
+ "languageCode": "ln",
200
+ "locale": "ln-CD",
201
+ "countries": [
202
+ "CD",
203
+ "CG"
204
+ ],
205
+ "regions": [
206
+ "Central Africa"
207
+ ]
208
+ },
209
+ {
210
+ "name": "kinyarwanda",
211
+ "displayName": "Kinyarwanda",
212
+ "languageCode": "rw",
213
+ "locale": "rw-RW",
214
+ "countries": [
215
+ "RW"
216
+ ],
217
+ "regions": [
218
+ "East Africa"
219
+ ]
220
+ },
221
+ {
222
+ "name": "luganda",
223
+ "displayName": "Luganda",
224
+ "languageCode": "lg",
225
+ "locale": "lg-UG",
226
+ "countries": [
227
+ "UG"
228
+ ],
229
+ "regions": [
230
+ "East Africa"
231
+ ]
232
+ },
233
+ {
234
+ "name": "shona",
235
+ "displayName": "Shona",
236
+ "languageCode": "sn",
237
+ "locale": "sn-ZW",
238
+ "countries": [
239
+ "ZW"
240
+ ],
241
+ "regions": [
242
+ "Southern Africa"
243
+ ]
244
+ },
245
+ {
246
+ "name": "oromo",
247
+ "displayName": "Oromo",
248
+ "languageCode": "om",
249
+ "locale": "om-ET",
250
+ "countries": [
251
+ "ET",
252
+ "KE"
253
+ ],
254
+ "regions": [
255
+ "East Africa"
256
+ ]
257
+ },
258
+ {
259
+ "name": "tigrinya",
260
+ "displayName": "Tigrinya",
261
+ "languageCode": "ti",
262
+ "locale": "ti-ER",
263
+ "countries": [
264
+ "ER",
265
+ "ET"
266
+ ],
267
+ "regions": [
268
+ "East Africa"
269
+ ]
270
+ },
271
+ {
272
+ "name": "afrikaans",
273
+ "displayName": "Afrikaans",
274
+ "languageCode": "af",
275
+ "locale": "af-ZA",
276
+ "countries": [
277
+ "ZA",
278
+ "NA"
279
+ ],
280
+ "regions": [
281
+ "Southern Africa"
282
+ ]
283
+ },
284
+ {
285
+ "name": "arabic",
286
+ "displayName": "Arabic",
287
+ "languageCode": "ar",
288
+ "locale": "ar-EG",
289
+ "countries": [
290
+ "EG",
291
+ "SD",
292
+ "LY",
293
+ "TN",
294
+ "DZ",
295
+ "MA",
296
+ "MR",
297
+ "SO",
298
+ "DJ",
299
+ "KM"
300
+ ],
301
+ "regions": [
302
+ "North Africa",
303
+ "East Africa"
304
+ ]
305
+ },
306
+ {
307
+ "name": "french",
308
+ "displayName": "French",
309
+ "languageCode": "fr",
310
+ "locale": "fr-SN",
311
+ "countries": [
312
+ "SN",
313
+ "CI",
314
+ "ML",
315
+ "BF",
316
+ "NE",
317
+ "TG",
318
+ "BJ",
319
+ "CM",
320
+ "GA",
321
+ "CG",
322
+ "CD",
323
+ "MG",
324
+ "RW",
325
+ "BI",
326
+ "TD",
327
+ "CF",
328
+ "GN",
329
+ "MR",
330
+ "DJ",
331
+ "KM"
332
+ ],
333
+ "regions": [
334
+ "West Africa",
335
+ "Central Africa",
336
+ "East Africa",
337
+ "Indian Ocean"
338
+ ]
339
+ },
340
+ {
341
+ "name": "fulfulde",
342
+ "displayName": "Fulfulde",
343
+ "languageCode": "ff",
344
+ "locale": "ff-NG",
345
+ "countries": [
346
+ "NG",
347
+ "NE",
348
+ "CM",
349
+ "BF",
350
+ "ML",
351
+ "GN",
352
+ "SN",
353
+ "GM"
354
+ ],
355
+ "regions": [
356
+ "West Africa"
357
+ ]
358
+ },
359
+ {
360
+ "name": "sesotho",
361
+ "displayName": "Sesotho",
362
+ "languageCode": "st",
363
+ "locale": "st-LS",
364
+ "countries": [
365
+ "LS",
366
+ "ZA"
367
+ ],
368
+ "regions": [
369
+ "Southern Africa"
370
+ ]
371
+ },
372
+ {
373
+ "name": "setswana",
374
+ "displayName": "Setswana",
375
+ "languageCode": "tn",
376
+ "locale": "tn-BW",
377
+ "countries": [
378
+ "BW",
379
+ "ZA",
380
+ "NA"
381
+ ],
382
+ "regions": [
383
+ "Southern Africa"
384
+ ]
385
+ },
386
+ {
387
+ "name": "bambara",
388
+ "displayName": "Bambara",
389
+ "languageCode": "bm",
390
+ "locale": "bm-ML",
391
+ "countries": [
392
+ "ML",
393
+ "SN",
394
+ "CI",
395
+ "BF"
396
+ ],
397
+ "regions": [
398
+ "West Africa"
399
+ ]
400
+ },
401
+ {
402
+ "name": "portuguese-africa",
403
+ "displayName": "Portuguese (Africa)",
404
+ "languageCode": "pt",
405
+ "locale": "pt-AO",
406
+ "countries": [
407
+ "AO",
408
+ "MZ",
409
+ "CV",
410
+ "GW",
411
+ "ST"
412
+ ],
413
+ "regions": [
414
+ "Southern Africa",
415
+ "West Africa"
416
+ ]
417
+ }
418
+ ],
419
+ "tierCounts": {
420
+ "core": 30,
421
+ "standard": 33,
422
+ "advanced": 36
423
+ }
424
+ }