@polyglot-bundles/rw-lang 0.4.2 → 0.4.3
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.
- package/dist/sounds.d.ts.map +1 -1
- package/dist/sounds.js +37 -41
- package/package.json +3 -3
package/dist/sounds.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sounds.d.ts","sourceRoot":"","sources":["../src/sounds.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAElG;;;;;;;GAOG;AAEH,eAAO,MAAM,iBAAiB,EAAE,cAAc,EAsB7C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc,EAAE,cAAc,EAW1C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,cAAc,EAMzC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,cAAc,EAMxC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,OAAO,EAAE,cAAc,EAGnC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,
|
|
1
|
+
{"version":3,"file":"sounds.d.ts","sourceRoot":"","sources":["../src/sounds.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAElG;;;;;;;GAOG;AAEH,eAAO,MAAM,iBAAiB,EAAE,cAAc,EAsB7C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc,EAAE,cAAc,EAW1C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,cAAc,EAMzC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,cAAc,EAMxC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,OAAO,EAAE,cAAc,EAGnC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,oBAQrC,CAAC"}
|
package/dist/sounds.js
CHANGED
|
@@ -259,46 +259,42 @@ var e = [
|
|
|
259
259
|
id: "tone_low",
|
|
260
260
|
charType: "tone",
|
|
261
261
|
display: "Low (L)"
|
|
262
|
-
}], a = {
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
],
|
|
300
|
-
audioBasePath: "/audio/kinyarwanda",
|
|
301
|
-
audioFilePattern: "{id}.mp3"
|
|
302
|
-
};
|
|
262
|
+
}], a = { categories: [
|
|
263
|
+
{
|
|
264
|
+
id: "consonants",
|
|
265
|
+
label: "Plain Consonants",
|
|
266
|
+
sounds: e,
|
|
267
|
+
charType: "consonant",
|
|
268
|
+
color: "blue"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
id: "prenasalized",
|
|
272
|
+
label: "Prenasalized Consonants",
|
|
273
|
+
sounds: t,
|
|
274
|
+
charType: "consonant",
|
|
275
|
+
color: "red"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
id: "short-vowels",
|
|
279
|
+
label: "Short Vowels",
|
|
280
|
+
sounds: n,
|
|
281
|
+
charType: "vowel",
|
|
282
|
+
color: "green"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
id: "long-vowels",
|
|
286
|
+
label: "Long Vowels",
|
|
287
|
+
sounds: r,
|
|
288
|
+
charType: "vowel",
|
|
289
|
+
color: "green"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
id: "tones",
|
|
293
|
+
label: "Tones (H/L)",
|
|
294
|
+
sounds: i,
|
|
295
|
+
charType: "tone",
|
|
296
|
+
color: "red"
|
|
297
|
+
}
|
|
298
|
+
] };
|
|
303
299
|
//#endregion
|
|
304
300
|
export { a as kinyarwandaSoundsConfig, r as rwLongVowels, e as rwPlainConsonants, t as rwPrenasalized, n as rwShortVowels, i as rwTones };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polyglot-bundles/rw-lang",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.3",
|
|
4
4
|
"description": "Kinyarwanda language foundation data - characters, sounds, and pronunciation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"vite-plugin-dts": "^4.5.4",
|
|
38
38
|
"vitest": "^4.1.4",
|
|
39
|
-
"@polyglot-bundles/
|
|
40
|
-
"@polyglot-bundles/
|
|
39
|
+
"@polyglot-bundles/content-shared": "0.8.0",
|
|
40
|
+
"@polyglot-bundles/lang-tooling": "0.0.0"
|
|
41
41
|
},
|
|
42
42
|
"repository": {
|
|
43
43
|
"type": "git",
|