@polyglot-bundles/ka-lang 0.3.4 → 0.3.6
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/characters.js +325 -326
- package/dist/ids.js +12 -76
- package/dist/index.js +5 -20
- package/dist/sounds.js +95 -101
- package/dist/types.js +9 -11
- package/package.json +5 -9
package/dist/characters.js
CHANGED
|
@@ -1,327 +1,326 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
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
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
1
|
+
//#region src/characters.ts
|
|
2
|
+
var e = [
|
|
3
|
+
{
|
|
4
|
+
char: "ა",
|
|
5
|
+
id: "ani",
|
|
6
|
+
charType: "vowel",
|
|
7
|
+
georgianName: "ა ანი",
|
|
8
|
+
transliteration: "a",
|
|
9
|
+
ipa: "ɑ"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
char: "ე",
|
|
13
|
+
id: "eni",
|
|
14
|
+
charType: "vowel",
|
|
15
|
+
georgianName: "ე ენი",
|
|
16
|
+
transliteration: "e",
|
|
17
|
+
ipa: "ɛ"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
char: "ი",
|
|
21
|
+
id: "ini",
|
|
22
|
+
charType: "vowel",
|
|
23
|
+
georgianName: "ი ინი",
|
|
24
|
+
transliteration: "i",
|
|
25
|
+
ipa: "i"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
char: "ო",
|
|
29
|
+
id: "oni",
|
|
30
|
+
charType: "vowel",
|
|
31
|
+
georgianName: "ო ონი",
|
|
32
|
+
transliteration: "o",
|
|
33
|
+
ipa: "ɔ"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
char: "უ",
|
|
37
|
+
id: "uni",
|
|
38
|
+
charType: "vowel",
|
|
39
|
+
georgianName: "უ უნი",
|
|
40
|
+
transliteration: "u",
|
|
41
|
+
ipa: "u"
|
|
42
|
+
}
|
|
43
|
+
], t = [
|
|
44
|
+
{
|
|
45
|
+
char: "ბ",
|
|
46
|
+
id: "bani",
|
|
47
|
+
charType: "consonant",
|
|
48
|
+
georgianName: "ბ ბანი",
|
|
49
|
+
transliteration: "b",
|
|
50
|
+
ipa: "b",
|
|
51
|
+
phoneticCategory: "stop",
|
|
52
|
+
voicing: "voiced"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
char: "გ",
|
|
56
|
+
id: "gani",
|
|
57
|
+
charType: "consonant",
|
|
58
|
+
georgianName: "გ განი",
|
|
59
|
+
transliteration: "g",
|
|
60
|
+
ipa: "ɡ",
|
|
61
|
+
phoneticCategory: "stop",
|
|
62
|
+
voicing: "voiced"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
char: "დ",
|
|
66
|
+
id: "doni",
|
|
67
|
+
charType: "consonant",
|
|
68
|
+
georgianName: "დ დონი",
|
|
69
|
+
transliteration: "d",
|
|
70
|
+
ipa: "d",
|
|
71
|
+
phoneticCategory: "stop",
|
|
72
|
+
voicing: "voiced"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
char: "ვ",
|
|
76
|
+
id: "vini",
|
|
77
|
+
charType: "consonant",
|
|
78
|
+
georgianName: "ვ ვინი",
|
|
79
|
+
transliteration: "v",
|
|
80
|
+
ipa: "v",
|
|
81
|
+
phoneticCategory: "fricative",
|
|
82
|
+
voicing: "voiced"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
char: "ზ",
|
|
86
|
+
id: "zeni",
|
|
87
|
+
charType: "consonant",
|
|
88
|
+
georgianName: "ზ ზენი",
|
|
89
|
+
transliteration: "z",
|
|
90
|
+
ipa: "z",
|
|
91
|
+
phoneticCategory: "fricative",
|
|
92
|
+
voicing: "voiced"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
char: "თ",
|
|
96
|
+
id: "tani",
|
|
97
|
+
charType: "consonant",
|
|
98
|
+
georgianName: "თ თანი",
|
|
99
|
+
transliteration: "t",
|
|
100
|
+
ipa: "tʰ",
|
|
101
|
+
phoneticCategory: "stop",
|
|
102
|
+
voicing: "voiceless"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
char: "კ",
|
|
106
|
+
id: "kani",
|
|
107
|
+
charType: "consonant",
|
|
108
|
+
georgianName: "კ კანი",
|
|
109
|
+
transliteration: "k'",
|
|
110
|
+
ipa: "kʼ",
|
|
111
|
+
phoneticCategory: "stop",
|
|
112
|
+
voicing: "ejective"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
char: "ლ",
|
|
116
|
+
id: "lasi",
|
|
117
|
+
charType: "consonant",
|
|
118
|
+
georgianName: "ლ ლასი",
|
|
119
|
+
transliteration: "l",
|
|
120
|
+
ipa: "l",
|
|
121
|
+
phoneticCategory: "liquid",
|
|
122
|
+
voicing: "voiced"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
char: "მ",
|
|
126
|
+
id: "mani",
|
|
127
|
+
charType: "consonant",
|
|
128
|
+
georgianName: "მ მანი",
|
|
129
|
+
transliteration: "m",
|
|
130
|
+
ipa: "m",
|
|
131
|
+
phoneticCategory: "nasal",
|
|
132
|
+
voicing: "voiced"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
char: "ნ",
|
|
136
|
+
id: "nari",
|
|
137
|
+
charType: "consonant",
|
|
138
|
+
georgianName: "ნ ნარი",
|
|
139
|
+
transliteration: "n",
|
|
140
|
+
ipa: "n",
|
|
141
|
+
phoneticCategory: "nasal",
|
|
142
|
+
voicing: "voiced"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
char: "პ",
|
|
146
|
+
id: "pari",
|
|
147
|
+
charType: "consonant",
|
|
148
|
+
georgianName: "პ პარი",
|
|
149
|
+
transliteration: "p'",
|
|
150
|
+
ipa: "pʼ",
|
|
151
|
+
phoneticCategory: "stop",
|
|
152
|
+
voicing: "ejective"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
char: "ჟ",
|
|
156
|
+
id: "zhani",
|
|
157
|
+
charType: "consonant",
|
|
158
|
+
georgianName: "ჟ ჟანი",
|
|
159
|
+
transliteration: "zh",
|
|
160
|
+
ipa: "ʒ",
|
|
161
|
+
phoneticCategory: "fricative",
|
|
162
|
+
voicing: "voiced"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
char: "რ",
|
|
166
|
+
id: "rae",
|
|
167
|
+
charType: "consonant",
|
|
168
|
+
georgianName: "რ რაე",
|
|
169
|
+
transliteration: "r",
|
|
170
|
+
ipa: "r",
|
|
171
|
+
phoneticCategory: "liquid",
|
|
172
|
+
voicing: "voiced"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
char: "ს",
|
|
176
|
+
id: "sani",
|
|
177
|
+
charType: "consonant",
|
|
178
|
+
georgianName: "ს სანი",
|
|
179
|
+
transliteration: "s",
|
|
180
|
+
ipa: "s",
|
|
181
|
+
phoneticCategory: "fricative",
|
|
182
|
+
voicing: "voiceless"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
char: "ტ",
|
|
186
|
+
id: "tari",
|
|
187
|
+
charType: "consonant",
|
|
188
|
+
georgianName: "ტ ტარი",
|
|
189
|
+
transliteration: "t'",
|
|
190
|
+
ipa: "tʼ",
|
|
191
|
+
phoneticCategory: "stop",
|
|
192
|
+
voicing: "ejective"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
char: "ფ",
|
|
196
|
+
id: "phari",
|
|
197
|
+
charType: "consonant",
|
|
198
|
+
georgianName: "ფ ფარი",
|
|
199
|
+
transliteration: "p",
|
|
200
|
+
ipa: "pʰ",
|
|
201
|
+
phoneticCategory: "stop",
|
|
202
|
+
voicing: "voiceless"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
char: "ქ",
|
|
206
|
+
id: "qani",
|
|
207
|
+
charType: "consonant",
|
|
208
|
+
georgianName: "ქ ქანი",
|
|
209
|
+
transliteration: "k",
|
|
210
|
+
ipa: "kʰ",
|
|
211
|
+
phoneticCategory: "stop",
|
|
212
|
+
voicing: "voiceless"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
char: "ღ",
|
|
216
|
+
id: "ghani",
|
|
217
|
+
charType: "consonant",
|
|
218
|
+
georgianName: "ღ ღანი",
|
|
219
|
+
transliteration: "gh",
|
|
220
|
+
ipa: "ɣ",
|
|
221
|
+
phoneticCategory: "fricative",
|
|
222
|
+
voicing: "voiced"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
char: "ყ",
|
|
226
|
+
id: "qari",
|
|
227
|
+
charType: "consonant",
|
|
228
|
+
georgianName: "ყ ყარი",
|
|
229
|
+
transliteration: "q'",
|
|
230
|
+
ipa: "qʼ",
|
|
231
|
+
phoneticCategory: "stop",
|
|
232
|
+
voicing: "ejective"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
char: "შ",
|
|
236
|
+
id: "shini",
|
|
237
|
+
charType: "consonant",
|
|
238
|
+
georgianName: "შ შინი",
|
|
239
|
+
transliteration: "sh",
|
|
240
|
+
ipa: "ʃ",
|
|
241
|
+
phoneticCategory: "fricative",
|
|
242
|
+
voicing: "voiceless"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
char: "ჩ",
|
|
246
|
+
id: "chini",
|
|
247
|
+
charType: "consonant",
|
|
248
|
+
georgianName: "ჩ ჩინი",
|
|
249
|
+
transliteration: "ch",
|
|
250
|
+
ipa: "t͡ʃʰ",
|
|
251
|
+
phoneticCategory: "affricate",
|
|
252
|
+
voicing: "voiceless"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
char: "ც",
|
|
256
|
+
id: "tsani",
|
|
257
|
+
charType: "consonant",
|
|
258
|
+
georgianName: "ც ცანი",
|
|
259
|
+
transliteration: "ts",
|
|
260
|
+
ipa: "t͡sʰ",
|
|
261
|
+
phoneticCategory: "affricate",
|
|
262
|
+
voicing: "voiceless"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
char: "ძ",
|
|
266
|
+
id: "dzili",
|
|
267
|
+
charType: "consonant",
|
|
268
|
+
georgianName: "ძ ძილი",
|
|
269
|
+
transliteration: "dz",
|
|
270
|
+
ipa: "d͡z",
|
|
271
|
+
phoneticCategory: "affricate",
|
|
272
|
+
voicing: "voiced"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
char: "წ",
|
|
276
|
+
id: "tsili",
|
|
277
|
+
charType: "consonant",
|
|
278
|
+
georgianName: "წ წილი",
|
|
279
|
+
transliteration: "ts'",
|
|
280
|
+
ipa: "t͡sʼ",
|
|
281
|
+
phoneticCategory: "affricate",
|
|
282
|
+
voicing: "ejective"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
char: "ჭ",
|
|
286
|
+
id: "chari",
|
|
287
|
+
charType: "consonant",
|
|
288
|
+
georgianName: "ჭ ჭარი",
|
|
289
|
+
transliteration: "ch'",
|
|
290
|
+
ipa: "t͡ʃʼ",
|
|
291
|
+
phoneticCategory: "affricate",
|
|
292
|
+
voicing: "ejective"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
char: "ხ",
|
|
296
|
+
id: "khani",
|
|
297
|
+
charType: "consonant",
|
|
298
|
+
georgianName: "ხ ხანი",
|
|
299
|
+
transliteration: "kh",
|
|
300
|
+
ipa: "x",
|
|
301
|
+
phoneticCategory: "fricative",
|
|
302
|
+
voicing: "voiceless"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
char: "ჯ",
|
|
306
|
+
id: "jani",
|
|
307
|
+
charType: "consonant",
|
|
308
|
+
georgianName: "ჯ ჯანი",
|
|
309
|
+
transliteration: "j",
|
|
310
|
+
ipa: "d͡ʒ",
|
|
311
|
+
phoneticCategory: "affricate",
|
|
312
|
+
voicing: "voiced"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
char: "ჰ",
|
|
316
|
+
id: "hae",
|
|
317
|
+
charType: "consonant",
|
|
318
|
+
georgianName: "ჰ ჰაე",
|
|
319
|
+
transliteration: "h",
|
|
320
|
+
ipa: "h",
|
|
321
|
+
phoneticCategory: "fricative",
|
|
322
|
+
voicing: "voiceless"
|
|
323
|
+
}
|
|
323
324
|
];
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
i as georgianVowels
|
|
327
|
-
};
|
|
325
|
+
//#endregion
|
|
326
|
+
export { t as georgianConsonants, e as georgianVowels };
|
package/dist/ids.js
CHANGED
|
@@ -1,77 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
// უ (u)
|
|
12
|
-
], n = [
|
|
13
|
-
"bani",
|
|
14
|
-
// ბ (b) - voiced stop
|
|
15
|
-
"gani",
|
|
16
|
-
// გ (g) - voiced stop
|
|
17
|
-
"doni",
|
|
18
|
-
// დ (d) - voiced stop
|
|
19
|
-
"vini",
|
|
20
|
-
// ვ (v) - fricative
|
|
21
|
-
"zeni",
|
|
22
|
-
// ზ (z) - voiced fricative
|
|
23
|
-
"tani",
|
|
24
|
-
// თ (t) - aspirated stop
|
|
25
|
-
"kani",
|
|
26
|
-
// კ (k') - ejective stop
|
|
27
|
-
"lasi",
|
|
28
|
-
// ლ (l) - liquid
|
|
29
|
-
"mani",
|
|
30
|
-
// მ (m) - nasal
|
|
31
|
-
"nari",
|
|
32
|
-
// ნ (n) - nasal
|
|
33
|
-
"pari",
|
|
34
|
-
// პ (p') - ejective stop
|
|
35
|
-
"zhani",
|
|
36
|
-
// ჟ (zh) - voiced fricative
|
|
37
|
-
"rae",
|
|
38
|
-
// რ (r) - liquid
|
|
39
|
-
"sani",
|
|
40
|
-
// ს (s) - voiceless fricative
|
|
41
|
-
"tari",
|
|
42
|
-
// ტ (t') - ejective stop
|
|
43
|
-
"phari",
|
|
44
|
-
// ფ (ph) - aspirated stop
|
|
45
|
-
"qani",
|
|
46
|
-
// ქ (q) - aspirated stop
|
|
47
|
-
"ghani",
|
|
48
|
-
// ღ (gh) - voiced fricative
|
|
49
|
-
"qari",
|
|
50
|
-
// ყ (q') - ejective stop
|
|
51
|
-
"shini",
|
|
52
|
-
// შ (sh) - voiceless fricative
|
|
53
|
-
"chini",
|
|
54
|
-
// ჩ (ch) - aspirated affricate
|
|
55
|
-
"tsani",
|
|
56
|
-
// ც (ts) - aspirated affricate
|
|
57
|
-
"dzili",
|
|
58
|
-
// ძ (dz) - voiced affricate
|
|
59
|
-
"tsili",
|
|
60
|
-
// წ (ts') - ejective affricate
|
|
61
|
-
"chari",
|
|
62
|
-
// ჭ (ch') - ejective affricate
|
|
63
|
-
"khani",
|
|
64
|
-
// ხ (kh) - voiceless fricative
|
|
65
|
-
"jani",
|
|
66
|
-
// ჯ (j) - voiced affricate
|
|
67
|
-
"hae"
|
|
68
|
-
// ჰ (h) - voiceless fricative
|
|
69
|
-
], a = {
|
|
70
|
-
vowels: i,
|
|
71
|
-
consonants: n
|
|
72
|
-
};
|
|
73
|
-
export {
|
|
74
|
-
a as GEORGIAN_CHAR_IDS,
|
|
75
|
-
n as GEORGIAN_CONSONANT_IDS,
|
|
76
|
-
i as GEORGIAN_VOWEL_IDS
|
|
1
|
+
//#region src/ids.ts
|
|
2
|
+
var e = [
|
|
3
|
+
"ani",
|
|
4
|
+
"eni",
|
|
5
|
+
"ini",
|
|
6
|
+
"oni",
|
|
7
|
+
"uni"
|
|
8
|
+
], t = /* @__PURE__ */ "bani.gani.doni.vini.zeni.tani.kani.lasi.mani.nari.pari.zhani.rae.sani.tari.phari.qani.ghani.qari.shini.chini.tsani.dzili.tsili.chari.khani.jani.hae".split("."), n = {
|
|
9
|
+
vowels: e,
|
|
10
|
+
consonants: t
|
|
77
11
|
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { n as GEORGIAN_CHAR_IDS, t as GEORGIAN_CONSONANT_IDS, e as GEORGIAN_VOWEL_IDS };
|
package/dist/index.js
CHANGED
|
@@ -1,20 +1,5 @@
|
|
|
1
|
-
import { georgianConsonants as
|
|
2
|
-
import { GEORGIAN_CHAR_IDS as
|
|
3
|
-
import { getDisplayCharacter as
|
|
4
|
-
import { affricates as
|
|
5
|
-
export {
|
|
6
|
-
a as GEORGIAN_CHAR_IDS,
|
|
7
|
-
t as GEORGIAN_CONSONANT_IDS,
|
|
8
|
-
i as GEORGIAN_VOWEL_IDS,
|
|
9
|
-
I as affricates,
|
|
10
|
-
N as fricatives,
|
|
11
|
-
s as georgianConsonants,
|
|
12
|
-
O as georgianSoundsConfig,
|
|
13
|
-
e as georgianVowels,
|
|
14
|
-
g as getDisplayCharacter,
|
|
15
|
-
p as isConsonant,
|
|
16
|
-
C as isVowel,
|
|
17
|
-
_ as sonorants,
|
|
18
|
-
A as stops,
|
|
19
|
-
S as vowels
|
|
20
|
-
};
|
|
1
|
+
import { georgianConsonants as e, georgianVowels as t } from "./characters.js";
|
|
2
|
+
import { GEORGIAN_CHAR_IDS as n, GEORGIAN_CONSONANT_IDS as r, GEORGIAN_VOWEL_IDS as i } from "./ids.js";
|
|
3
|
+
import { getDisplayCharacter as a, isConsonant as o, isVowel as s } from "./types.js";
|
|
4
|
+
import { affricates as c, fricatives as l, georgianSoundsConfig as u, sonorants as d, stops as f, vowels as p } from "./sounds.js";
|
|
5
|
+
export { n as GEORGIAN_CHAR_IDS, r as GEORGIAN_CONSONANT_IDS, i as GEORGIAN_VOWEL_IDS, c as affricates, l as fricatives, e as georgianConsonants, u as georgianSoundsConfig, t as georgianVowels, a as getDisplayCharacter, o as isConsonant, s as isVowel, d as sonorants, f as stops, p as vowels };
|
package/dist/sounds.js
CHANGED
|
@@ -1,105 +1,99 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
import { georgianConsonants as e, georgianVowels as t } from "./characters.js";
|
|
2
|
+
//#region src/sounds.ts
|
|
3
|
+
function n(e) {
|
|
4
|
+
return {
|
|
5
|
+
char: e.char,
|
|
6
|
+
id: e.id,
|
|
7
|
+
charType: "vowel",
|
|
8
|
+
ipa: e.ipa
|
|
9
|
+
};
|
|
9
10
|
}
|
|
10
|
-
function
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
11
|
+
function r(e) {
|
|
12
|
+
return {
|
|
13
|
+
char: e.char,
|
|
14
|
+
id: e.id,
|
|
15
|
+
charType: "consonant",
|
|
16
|
+
ipa: e.ipa
|
|
17
|
+
};
|
|
17
18
|
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
},
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
},
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
},
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
color: "green"
|
|
19
|
+
var i = {
|
|
20
|
+
id: "vowels",
|
|
21
|
+
label: "Vowels",
|
|
22
|
+
sounds: [
|
|
23
|
+
n(t.find((e) => e.id === "ani")),
|
|
24
|
+
n(t.find((e) => e.id === "eni")),
|
|
25
|
+
n(t.find((e) => e.id === "ini")),
|
|
26
|
+
n(t.find((e) => e.id === "oni")),
|
|
27
|
+
n(t.find((e) => e.id === "uni"))
|
|
28
|
+
],
|
|
29
|
+
charType: "vowel",
|
|
30
|
+
color: "green"
|
|
31
|
+
}, a = {
|
|
32
|
+
id: "stops",
|
|
33
|
+
label: "Stops",
|
|
34
|
+
sounds: [
|
|
35
|
+
r(e.find((e) => e.id === "bani")),
|
|
36
|
+
r(e.find((e) => e.id === "gani")),
|
|
37
|
+
r(e.find((e) => e.id === "doni")),
|
|
38
|
+
r(e.find((e) => e.id === "pari")),
|
|
39
|
+
r(e.find((e) => e.id === "tari")),
|
|
40
|
+
r(e.find((e) => e.id === "kani")),
|
|
41
|
+
r(e.find((e) => e.id === "qari"))
|
|
42
|
+
],
|
|
43
|
+
charType: "consonant",
|
|
44
|
+
color: "blue"
|
|
45
|
+
}, o = {
|
|
46
|
+
id: "fricatives",
|
|
47
|
+
label: "Fricatives",
|
|
48
|
+
sounds: [
|
|
49
|
+
r(e.find((e) => e.id === "phari")),
|
|
50
|
+
r(e.find((e) => e.id === "tani")),
|
|
51
|
+
r(e.find((e) => e.id === "khani")),
|
|
52
|
+
r(e.find((e) => e.id === "sani")),
|
|
53
|
+
r(e.find((e) => e.id === "shini")),
|
|
54
|
+
r(e.find((e) => e.id === "vini")),
|
|
55
|
+
r(e.find((e) => e.id === "zeni")),
|
|
56
|
+
r(e.find((e) => e.id === "zhani")),
|
|
57
|
+
r(e.find((e) => e.id === "ghani")),
|
|
58
|
+
r(e.find((e) => e.id === "hae"))
|
|
59
|
+
],
|
|
60
|
+
charType: "consonant",
|
|
61
|
+
color: "red"
|
|
62
|
+
}, s = {
|
|
63
|
+
id: "affricates",
|
|
64
|
+
label: "Affricates & Other",
|
|
65
|
+
sounds: [
|
|
66
|
+
r(e.find((e) => e.id === "chini")),
|
|
67
|
+
r(e.find((e) => e.id === "tsani")),
|
|
68
|
+
r(e.find((e) => e.id === "chari")),
|
|
69
|
+
r(e.find((e) => e.id === "tsili")),
|
|
70
|
+
r(e.find((e) => e.id === "dzili")),
|
|
71
|
+
r(e.find((e) => e.id === "jani")),
|
|
72
|
+
r(e.find((e) => e.id === "qani"))
|
|
73
|
+
],
|
|
74
|
+
charType: "consonant",
|
|
75
|
+
color: "default"
|
|
76
|
+
}, c = {
|
|
77
|
+
id: "sonorants",
|
|
78
|
+
label: "Sonorants",
|
|
79
|
+
sounds: [
|
|
80
|
+
r(e.find((e) => e.id === "mani")),
|
|
81
|
+
r(e.find((e) => e.id === "nari")),
|
|
82
|
+
r(e.find((e) => e.id === "lasi")),
|
|
83
|
+
r(e.find((e) => e.id === "rae"))
|
|
84
|
+
],
|
|
85
|
+
charType: "consonant",
|
|
86
|
+
color: "green"
|
|
87
87
|
}, l = {
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
};
|
|
98
|
-
export {
|
|
99
|
-
r as affricates,
|
|
100
|
-
f as fricatives,
|
|
101
|
-
l as georgianSoundsConfig,
|
|
102
|
-
t as sonorants,
|
|
103
|
-
e as stops,
|
|
104
|
-
s as vowels
|
|
88
|
+
categories: [
|
|
89
|
+
i,
|
|
90
|
+
a,
|
|
91
|
+
o,
|
|
92
|
+
s,
|
|
93
|
+
c
|
|
94
|
+
],
|
|
95
|
+
audioBasePath: "/assets/audio/ka-GE",
|
|
96
|
+
audioFilePattern: "{charType}/{id}_{variant}_{style}.wav"
|
|
105
97
|
};
|
|
98
|
+
//#endregion
|
|
99
|
+
export { s as affricates, o as fricatives, l as georgianSoundsConfig, c as sonorants, a as stops, i as vowels };
|
package/dist/types.js
CHANGED
|
@@ -1,14 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
//#region src/types.ts
|
|
2
|
+
function e(e) {
|
|
3
|
+
return e.charType === "vowel";
|
|
3
4
|
}
|
|
4
|
-
function
|
|
5
|
-
|
|
5
|
+
function t(e) {
|
|
6
|
+
return e.charType === "consonant";
|
|
6
7
|
}
|
|
7
|
-
function
|
|
8
|
-
|
|
8
|
+
function n(e) {
|
|
9
|
+
return e.display ?? e.char;
|
|
9
10
|
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
r as isConsonant,
|
|
13
|
-
o as isVowel
|
|
14
|
-
};
|
|
11
|
+
//#endregion
|
|
12
|
+
export { n as getDisplayCharacter, t as isConsonant, e as isVowel };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polyglot-bundles/ka-lang",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.6",
|
|
4
4
|
"description": "Georgian language foundation data - characters and transliterations (Mkhedruli script)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -47,17 +47,13 @@
|
|
|
47
47
|
"directory": "packages/ka/lang"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@polyglot-bundles/content-shared": "0.
|
|
50
|
+
"@polyglot-bundles/content-shared": "0.5.1"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"
|
|
54
|
-
"vite-plugin-dts": "^4.0.0",
|
|
55
|
-
"@polyglot-bundles/lang-tooling": "1.0.0"
|
|
53
|
+
"@polyglot-bundles/lang-tooling": "0.0.0"
|
|
56
54
|
},
|
|
57
55
|
"scripts": {
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"lint": "eslint src",
|
|
61
|
-
"test": "vitest run"
|
|
56
|
+
"typecheck": "tsc --noEmit",
|
|
57
|
+
"build": "vite build"
|
|
62
58
|
}
|
|
63
59
|
}
|