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