@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,365 @@
1
+ {
2
+ "name": "swahili",
3
+ "languageCode": "sw",
4
+ "locale": "sw-KE",
5
+ "countries": [
6
+ "KE",
7
+ "TZ",
8
+ "UG",
9
+ "CD",
10
+ "RW"
11
+ ],
12
+ "regions": [
13
+ "East Africa"
14
+ ],
15
+ "version": "0.1.0",
16
+ "displayName": "Swahili",
17
+ "description": "Swahili keyword map — starter pack (community contributions welcome)",
18
+ "reviewStatus": "starter",
19
+ "contributors": [
20
+ "kolanutTechnologies"
21
+ ],
22
+ "targets": [
23
+ "javascript",
24
+ "python",
25
+ "typescript",
26
+ "go",
27
+ "rust"
28
+ ],
29
+ "keywords": {
30
+ "IF": [
31
+ "ikiwa",
32
+ "if"
33
+ ],
34
+ "ELSE": [
35
+ "vinginevyo",
36
+ "else"
37
+ ],
38
+ "FOR": [
39
+ "kwa",
40
+ "for"
41
+ ],
42
+ "WHILE": [
43
+ "wakati",
44
+ "while"
45
+ ],
46
+ "BREAK": [
47
+ "vunja",
48
+ "break"
49
+ ],
50
+ "CONTINUE": [
51
+ "endelea",
52
+ "continue"
53
+ ],
54
+ "SWITCH": [
55
+ "chagua",
56
+ "switch"
57
+ ],
58
+ "CASE": [
59
+ "kesi",
60
+ "case"
61
+ ],
62
+ "DEFAULT": [
63
+ "chaguo msingi",
64
+ "default"
65
+ ],
66
+ "FUNCTION": [
67
+ "kazi",
68
+ "function"
69
+ ],
70
+ "RETURN": [
71
+ "rudisha",
72
+ "return"
73
+ ],
74
+ "ASYNC": [
75
+ "asynchronous",
76
+ "async"
77
+ ],
78
+ "AWAIT": [
79
+ "subiri",
80
+ "await"
81
+ ],
82
+ "TRY": [
83
+ "jaribu",
84
+ "try"
85
+ ],
86
+ "CATCH": [
87
+ "kamata",
88
+ "catch"
89
+ ],
90
+ "FINALLY": [
91
+ "hatimaye",
92
+ "finally"
93
+ ],
94
+ "THROW": [
95
+ "tupa",
96
+ "throw"
97
+ ],
98
+ "LET": [
99
+ "acha",
100
+ "let"
101
+ ],
102
+ "CONST": [
103
+ "thabiti",
104
+ "const"
105
+ ],
106
+ "CLASS": [
107
+ "darasa",
108
+ "class"
109
+ ],
110
+ "EXTENDS": [
111
+ "panua",
112
+ "extends"
113
+ ],
114
+ "NEW": [
115
+ "mpya",
116
+ "new"
117
+ ],
118
+ "THIS": [
119
+ "hii",
120
+ "this"
121
+ ],
122
+ "IMPORT": [
123
+ "agiza",
124
+ "import"
125
+ ],
126
+ "EXPORT": [
127
+ "hamisha",
128
+ "export"
129
+ ],
130
+ "PRINT": [
131
+ "chapisha",
132
+ "print"
133
+ ],
134
+ "TRUE": [
135
+ "kweli",
136
+ "true"
137
+ ],
138
+ "FALSE": [
139
+ "uongo",
140
+ "false"
141
+ ],
142
+ "NULL": [
143
+ "tupu",
144
+ "null"
145
+ ],
146
+ "UNDEFINED": [
147
+ "haijabainishwa",
148
+ "undefined"
149
+ ],
150
+ "ELIF": [
151
+ "else"
152
+ ],
153
+ "LOOP": [
154
+ "loop"
155
+ ],
156
+ "MATCH": [
157
+ "match"
158
+ ],
159
+ "GOTO": [
160
+ "goto"
161
+ ],
162
+ "FALLTHROUGH": [
163
+ "fallthrough"
164
+ ],
165
+ "SELECT": [
166
+ "select"
167
+ ],
168
+ "RANGE": [
169
+ "range"
170
+ ],
171
+ "YIELD": [
172
+ "yield"
173
+ ],
174
+ "LAMBDA": [
175
+ "lambda"
176
+ ],
177
+ "DEFER": [
178
+ "defer"
179
+ ],
180
+ "GO": [
181
+ "go"
182
+ ],
183
+ "VAR": [
184
+ "var"
185
+ ],
186
+ "MUT": [
187
+ "mut"
188
+ ],
189
+ "GLOBAL": [
190
+ "global"
191
+ ],
192
+ "NONLOCAL": [
193
+ "nonlocal"
194
+ ],
195
+ "STRUCT": [
196
+ "struct"
197
+ ],
198
+ "TRAIT": [
199
+ "trait"
200
+ ],
201
+ "IMPL": [
202
+ "impl"
203
+ ],
204
+ "INTERFACE": [
205
+ "interface"
206
+ ],
207
+ "ENUM": [
208
+ "enum"
209
+ ],
210
+ "TYPE": [
211
+ "type"
212
+ ],
213
+ "IMPLEMENTS": [
214
+ "implements"
215
+ ],
216
+ "SELF": [
217
+ "self"
218
+ ],
219
+ "SUPER": [
220
+ "super"
221
+ ],
222
+ "STATIC": [
223
+ "static"
224
+ ],
225
+ "FROM": [
226
+ "from"
227
+ ],
228
+ "AS": [
229
+ "as"
230
+ ],
231
+ "MODULE": [
232
+ "module"
233
+ ],
234
+ "NAMESPACE": [
235
+ "namespace"
236
+ ],
237
+ "PACKAGE": [
238
+ "package"
239
+ ],
240
+ "USE": [
241
+ "use"
242
+ ],
243
+ "PUB": [
244
+ "public"
245
+ ],
246
+ "CRATE": [
247
+ "crate"
248
+ ],
249
+ "WITH": [
250
+ "with"
251
+ ],
252
+ "PASS": [
253
+ "pass"
254
+ ],
255
+ "ASSERT": [
256
+ "assert"
257
+ ],
258
+ "ASSERTS": [
259
+ "asserts"
260
+ ],
261
+ "NIL": [
262
+ "null"
263
+ ],
264
+ "UNSAFE": [
265
+ "unsafe"
266
+ ],
267
+ "EXTERN": [
268
+ "declare"
269
+ ],
270
+ "CHAN": [
271
+ "chan"
272
+ ],
273
+ "MAP": [
274
+ "map"
275
+ ],
276
+ "AND": [
277
+ "and"
278
+ ],
279
+ "OR": [
280
+ "or"
281
+ ],
282
+ "NOT": [
283
+ "not"
284
+ ],
285
+ "IN": [
286
+ "in"
287
+ ],
288
+ "IS": [
289
+ "is"
290
+ ],
291
+ "DEL": [
292
+ "del"
293
+ ],
294
+ "DO": [
295
+ "do"
296
+ ],
297
+ "DEBUGGER": [
298
+ "debugger"
299
+ ],
300
+ "TYPEOF": [
301
+ "typeof"
302
+ ],
303
+ "VOID": [
304
+ "void"
305
+ ],
306
+ "INSTANCEOF": [
307
+ "instanceof"
308
+ ],
309
+ "PRIVATE": [
310
+ "private"
311
+ ],
312
+ "PROTECTED": [
313
+ "protected"
314
+ ],
315
+ "PUBLIC": [
316
+ "public"
317
+ ],
318
+ "READONLY": [
319
+ "readonly"
320
+ ],
321
+ "ABSTRACT": [
322
+ "abstract"
323
+ ],
324
+ "DECLARE": [
325
+ "declare"
326
+ ],
327
+ "GET": [
328
+ "get"
329
+ ],
330
+ "SET": [
331
+ "set"
332
+ ],
333
+ "INFER": [
334
+ "infer"
335
+ ],
336
+ "KEYOF": [
337
+ "keyof"
338
+ ],
339
+ "UNIQUE": [
340
+ "unique"
341
+ ],
342
+ "SATISFIES": [
343
+ "satisfies"
344
+ ],
345
+ "DYN": [
346
+ "dyn"
347
+ ],
348
+ "MOVE": [
349
+ "move"
350
+ ],
351
+ "REF": [
352
+ "ref"
353
+ ],
354
+ "WHERE": [
355
+ "where"
356
+ ]
357
+ },
358
+ "scopeNote": "KiSwahili with Kenya/Tanzania baseline. Note your country or dialect in PRs when proposing changes.",
359
+ "recommendedPartners": [
360
+ "BAKITA",
361
+ "CHAKITA",
362
+ "ACALAN",
363
+ "Masakhane"
364
+ ]
365
+ }