@polyglot-bundles/ka-lang 0.3.5 → 0.4.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.
- package/dist/characters.d.ts +4 -0
- package/dist/characters.d.ts.map +1 -1
- package/dist/characters.js +541 -326
- package/dist/ids.d.ts +1 -1
- package/dist/ids.js +12 -76
- package/dist/index.d.ts +9 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5 -20
- package/dist/sounds.js +95 -101
- package/dist/types.d.ts +23 -10
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js +9 -11
- package/package.json +6 -8
package/dist/characters.js
CHANGED
|
@@ -1,327 +1,542 @@
|
|
|
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 = /* @__PURE__ */ "ა.ბ.გ.დ.ე.ვ.ზ.თ.ი.კ.ლ.მ.ნ.ო.პ.ჟ.რ.ს.ტ.უ.ფ.ქ.ღ.ყ.შ.ჩ.ც.ძ.წ.ჭ.ხ.ჯ.ჰ".split("."), t = [
|
|
3
|
+
{
|
|
4
|
+
char: "ა",
|
|
5
|
+
id: "ani",
|
|
6
|
+
charType: "vowel",
|
|
7
|
+
name: "Ani",
|
|
8
|
+
georgianName: "ანი",
|
|
9
|
+
transliteration: {
|
|
10
|
+
national: "a",
|
|
11
|
+
iso9984: "a",
|
|
12
|
+
ipa: "a"
|
|
13
|
+
},
|
|
14
|
+
asomtavruli: "Ⴀ",
|
|
15
|
+
nuskhuri: "ⴀ"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
char: "ე",
|
|
19
|
+
id: "eni",
|
|
20
|
+
charType: "vowel",
|
|
21
|
+
name: "Eni",
|
|
22
|
+
georgianName: "ენი",
|
|
23
|
+
transliteration: {
|
|
24
|
+
national: "e",
|
|
25
|
+
iso9984: "e",
|
|
26
|
+
ipa: "ɛ"
|
|
27
|
+
},
|
|
28
|
+
asomtavruli: "Ⴄ",
|
|
29
|
+
nuskhuri: "ⴄ"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
char: "ი",
|
|
33
|
+
id: "ini",
|
|
34
|
+
charType: "vowel",
|
|
35
|
+
name: "Ini",
|
|
36
|
+
georgianName: "ინი",
|
|
37
|
+
transliteration: {
|
|
38
|
+
national: "i",
|
|
39
|
+
iso9984: "i",
|
|
40
|
+
ipa: "i"
|
|
41
|
+
},
|
|
42
|
+
asomtavruli: "Ⴈ",
|
|
43
|
+
nuskhuri: "ⴈ"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
char: "ო",
|
|
47
|
+
id: "oni",
|
|
48
|
+
charType: "vowel",
|
|
49
|
+
name: "Oni",
|
|
50
|
+
georgianName: "ონი",
|
|
51
|
+
transliteration: {
|
|
52
|
+
national: "o",
|
|
53
|
+
iso9984: "o",
|
|
54
|
+
ipa: "ɔ"
|
|
55
|
+
},
|
|
56
|
+
asomtavruli: "Ⴍ",
|
|
57
|
+
nuskhuri: "ⴍ"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
char: "უ",
|
|
61
|
+
id: "uni",
|
|
62
|
+
charType: "vowel",
|
|
63
|
+
name: "Uni",
|
|
64
|
+
georgianName: "უნი",
|
|
65
|
+
transliteration: {
|
|
66
|
+
national: "u",
|
|
67
|
+
iso9984: "u",
|
|
68
|
+
ipa: "u"
|
|
69
|
+
},
|
|
70
|
+
asomtavruli: "Ⴓ",
|
|
71
|
+
nuskhuri: "ⴓ"
|
|
72
|
+
}
|
|
73
|
+
], n = [
|
|
74
|
+
{
|
|
75
|
+
char: "ბ",
|
|
76
|
+
id: "bani",
|
|
77
|
+
charType: "consonant",
|
|
78
|
+
name: "Bani",
|
|
79
|
+
georgianName: "ბანი",
|
|
80
|
+
transliteration: {
|
|
81
|
+
national: "b",
|
|
82
|
+
iso9984: "b",
|
|
83
|
+
ipa: "b"
|
|
84
|
+
},
|
|
85
|
+
asomtavruli: "Ⴁ",
|
|
86
|
+
nuskhuri: "ⴁ",
|
|
87
|
+
phoneticCategory: "stop",
|
|
88
|
+
voicing: "voiced"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
char: "გ",
|
|
92
|
+
id: "gani",
|
|
93
|
+
charType: "consonant",
|
|
94
|
+
name: "Gani",
|
|
95
|
+
georgianName: "განი",
|
|
96
|
+
transliteration: {
|
|
97
|
+
national: "g",
|
|
98
|
+
iso9984: "g",
|
|
99
|
+
ipa: "ɡ"
|
|
100
|
+
},
|
|
101
|
+
asomtavruli: "Ⴂ",
|
|
102
|
+
nuskhuri: "ⴂ",
|
|
103
|
+
phoneticCategory: "stop",
|
|
104
|
+
voicing: "voiced"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
char: "დ",
|
|
108
|
+
id: "doni",
|
|
109
|
+
charType: "consonant",
|
|
110
|
+
name: "Doni",
|
|
111
|
+
georgianName: "დონი",
|
|
112
|
+
transliteration: {
|
|
113
|
+
national: "d",
|
|
114
|
+
iso9984: "d",
|
|
115
|
+
ipa: "d"
|
|
116
|
+
},
|
|
117
|
+
asomtavruli: "Ⴃ",
|
|
118
|
+
nuskhuri: "ⴃ",
|
|
119
|
+
phoneticCategory: "stop",
|
|
120
|
+
voicing: "voiced"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
char: "ვ",
|
|
124
|
+
id: "vini",
|
|
125
|
+
charType: "consonant",
|
|
126
|
+
name: "Vini",
|
|
127
|
+
georgianName: "ვინი",
|
|
128
|
+
transliteration: {
|
|
129
|
+
national: "v",
|
|
130
|
+
iso9984: "v",
|
|
131
|
+
ipa: "v"
|
|
132
|
+
},
|
|
133
|
+
asomtavruli: "Ⴅ",
|
|
134
|
+
nuskhuri: "ⴅ",
|
|
135
|
+
phoneticCategory: "fricative",
|
|
136
|
+
voicing: "voiced"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
char: "ზ",
|
|
140
|
+
id: "zeni",
|
|
141
|
+
charType: "consonant",
|
|
142
|
+
name: "Zeni",
|
|
143
|
+
georgianName: "ზენი",
|
|
144
|
+
transliteration: {
|
|
145
|
+
national: "z",
|
|
146
|
+
iso9984: "z",
|
|
147
|
+
ipa: "z"
|
|
148
|
+
},
|
|
149
|
+
asomtavruli: "Ⴆ",
|
|
150
|
+
nuskhuri: "ⴆ",
|
|
151
|
+
phoneticCategory: "fricative",
|
|
152
|
+
voicing: "voiced"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
char: "თ",
|
|
156
|
+
id: "tani",
|
|
157
|
+
charType: "consonant",
|
|
158
|
+
name: "Tani",
|
|
159
|
+
georgianName: "თანი",
|
|
160
|
+
transliteration: {
|
|
161
|
+
national: "t",
|
|
162
|
+
iso9984: "t",
|
|
163
|
+
ipa: "tʰ"
|
|
164
|
+
},
|
|
165
|
+
asomtavruli: "Ⴇ",
|
|
166
|
+
nuskhuri: "ⴇ",
|
|
167
|
+
phoneticCategory: "stop",
|
|
168
|
+
voicing: "voiceless",
|
|
169
|
+
notes: "Aspirated"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
char: "კ",
|
|
173
|
+
id: "kani",
|
|
174
|
+
charType: "consonant",
|
|
175
|
+
name: "K'ani",
|
|
176
|
+
georgianName: "კანი",
|
|
177
|
+
transliteration: {
|
|
178
|
+
national: "k",
|
|
179
|
+
iso9984: "k'",
|
|
180
|
+
ipa: "kʼ"
|
|
181
|
+
},
|
|
182
|
+
asomtavruli: "Ⴉ",
|
|
183
|
+
nuskhuri: "ⴉ",
|
|
184
|
+
phoneticCategory: "stop",
|
|
185
|
+
voicing: "ejective",
|
|
186
|
+
notes: "Ejective stop"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
char: "ლ",
|
|
190
|
+
id: "lasi",
|
|
191
|
+
charType: "consonant",
|
|
192
|
+
name: "Lasi",
|
|
193
|
+
georgianName: "ლასი",
|
|
194
|
+
transliteration: {
|
|
195
|
+
national: "l",
|
|
196
|
+
iso9984: "l",
|
|
197
|
+
ipa: "l"
|
|
198
|
+
},
|
|
199
|
+
asomtavruli: "Ⴊ",
|
|
200
|
+
nuskhuri: "ⴊ",
|
|
201
|
+
phoneticCategory: "liquid",
|
|
202
|
+
voicing: "voiced"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
char: "მ",
|
|
206
|
+
id: "mani",
|
|
207
|
+
charType: "consonant",
|
|
208
|
+
name: "Mani",
|
|
209
|
+
georgianName: "მანი",
|
|
210
|
+
transliteration: {
|
|
211
|
+
national: "m",
|
|
212
|
+
iso9984: "m",
|
|
213
|
+
ipa: "m"
|
|
214
|
+
},
|
|
215
|
+
asomtavruli: "Ⴋ",
|
|
216
|
+
nuskhuri: "ⴋ",
|
|
217
|
+
phoneticCategory: "nasal",
|
|
218
|
+
voicing: "voiced"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
char: "ნ",
|
|
222
|
+
id: "nari",
|
|
223
|
+
charType: "consonant",
|
|
224
|
+
name: "Nari",
|
|
225
|
+
georgianName: "ნარი",
|
|
226
|
+
transliteration: {
|
|
227
|
+
national: "n",
|
|
228
|
+
iso9984: "n",
|
|
229
|
+
ipa: "n"
|
|
230
|
+
},
|
|
231
|
+
asomtavruli: "Ⴌ",
|
|
232
|
+
nuskhuri: "ⴌ",
|
|
233
|
+
phoneticCategory: "nasal",
|
|
234
|
+
voicing: "voiced"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
char: "პ",
|
|
238
|
+
id: "pari",
|
|
239
|
+
charType: "consonant",
|
|
240
|
+
name: "P'ari",
|
|
241
|
+
georgianName: "პარი",
|
|
242
|
+
transliteration: {
|
|
243
|
+
national: "p",
|
|
244
|
+
iso9984: "p'",
|
|
245
|
+
ipa: "pʼ"
|
|
246
|
+
},
|
|
247
|
+
asomtavruli: "Ⴎ",
|
|
248
|
+
nuskhuri: "ⴎ",
|
|
249
|
+
phoneticCategory: "stop",
|
|
250
|
+
voicing: "ejective",
|
|
251
|
+
notes: "Ejective stop"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
char: "ჟ",
|
|
255
|
+
id: "zhani",
|
|
256
|
+
charType: "consonant",
|
|
257
|
+
name: "Zhani",
|
|
258
|
+
georgianName: "ჟანი",
|
|
259
|
+
transliteration: {
|
|
260
|
+
national: "zh",
|
|
261
|
+
iso9984: "ž",
|
|
262
|
+
ipa: "ʒ"
|
|
263
|
+
},
|
|
264
|
+
asomtavruli: "Ⴏ",
|
|
265
|
+
nuskhuri: "ⴏ",
|
|
266
|
+
phoneticCategory: "fricative",
|
|
267
|
+
voicing: "voiced"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
char: "რ",
|
|
271
|
+
id: "rae",
|
|
272
|
+
charType: "consonant",
|
|
273
|
+
name: "Rae",
|
|
274
|
+
georgianName: "რაე",
|
|
275
|
+
transliteration: {
|
|
276
|
+
national: "r",
|
|
277
|
+
iso9984: "r",
|
|
278
|
+
ipa: "r"
|
|
279
|
+
},
|
|
280
|
+
asomtavruli: "Ⴐ",
|
|
281
|
+
nuskhuri: "ⴐ",
|
|
282
|
+
phoneticCategory: "liquid",
|
|
283
|
+
voicing: "voiced"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
char: "ს",
|
|
287
|
+
id: "sani",
|
|
288
|
+
charType: "consonant",
|
|
289
|
+
name: "Sani",
|
|
290
|
+
georgianName: "სანი",
|
|
291
|
+
transliteration: {
|
|
292
|
+
national: "s",
|
|
293
|
+
iso9984: "s",
|
|
294
|
+
ipa: "s"
|
|
295
|
+
},
|
|
296
|
+
asomtavruli: "Ⴑ",
|
|
297
|
+
nuskhuri: "ⴑ",
|
|
298
|
+
phoneticCategory: "fricative",
|
|
299
|
+
voicing: "voiceless"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
char: "ტ",
|
|
303
|
+
id: "tari",
|
|
304
|
+
charType: "consonant",
|
|
305
|
+
name: "T'ari",
|
|
306
|
+
georgianName: "ტარი",
|
|
307
|
+
transliteration: {
|
|
308
|
+
national: "t",
|
|
309
|
+
iso9984: "t'",
|
|
310
|
+
ipa: "tʼ"
|
|
311
|
+
},
|
|
312
|
+
asomtavruli: "Ⴒ",
|
|
313
|
+
nuskhuri: "ⴒ",
|
|
314
|
+
phoneticCategory: "stop",
|
|
315
|
+
voicing: "ejective",
|
|
316
|
+
notes: "Ejective stop"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
char: "ფ",
|
|
320
|
+
id: "phari",
|
|
321
|
+
charType: "consonant",
|
|
322
|
+
name: "Pari",
|
|
323
|
+
georgianName: "ფარი",
|
|
324
|
+
transliteration: {
|
|
325
|
+
national: "p",
|
|
326
|
+
iso9984: "p",
|
|
327
|
+
ipa: "pʰ"
|
|
328
|
+
},
|
|
329
|
+
asomtavruli: "Ⴔ",
|
|
330
|
+
nuskhuri: "ⴔ",
|
|
331
|
+
phoneticCategory: "stop",
|
|
332
|
+
voicing: "voiceless",
|
|
333
|
+
notes: "Aspirated"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
char: "ქ",
|
|
337
|
+
id: "qani",
|
|
338
|
+
charType: "consonant",
|
|
339
|
+
name: "Kani",
|
|
340
|
+
georgianName: "ქანი",
|
|
341
|
+
transliteration: {
|
|
342
|
+
national: "k",
|
|
343
|
+
iso9984: "k",
|
|
344
|
+
ipa: "kʰ"
|
|
345
|
+
},
|
|
346
|
+
asomtavruli: "Ⴕ",
|
|
347
|
+
nuskhuri: "ⴕ",
|
|
348
|
+
phoneticCategory: "stop",
|
|
349
|
+
voicing: "voiceless",
|
|
350
|
+
notes: "Aspirated"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
char: "ღ",
|
|
354
|
+
id: "ghani",
|
|
355
|
+
charType: "consonant",
|
|
356
|
+
name: "Ghani",
|
|
357
|
+
georgianName: "ღანი",
|
|
358
|
+
transliteration: {
|
|
359
|
+
national: "gh",
|
|
360
|
+
iso9984: "ḡ",
|
|
361
|
+
ipa: "ɣ"
|
|
362
|
+
},
|
|
363
|
+
asomtavruli: "Ⴖ",
|
|
364
|
+
nuskhuri: "ⴖ",
|
|
365
|
+
phoneticCategory: "fricative",
|
|
366
|
+
voicing: "voiced"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
char: "ყ",
|
|
370
|
+
id: "qari",
|
|
371
|
+
charType: "consonant",
|
|
372
|
+
name: "Q'ari",
|
|
373
|
+
georgianName: "ყარი",
|
|
374
|
+
transliteration: {
|
|
375
|
+
national: "q",
|
|
376
|
+
iso9984: "q'",
|
|
377
|
+
ipa: "qʼ"
|
|
378
|
+
},
|
|
379
|
+
asomtavruli: "Ⴗ",
|
|
380
|
+
nuskhuri: "ⴗ",
|
|
381
|
+
phoneticCategory: "stop",
|
|
382
|
+
voicing: "ejective",
|
|
383
|
+
notes: "Ejective uvular stop"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
char: "შ",
|
|
387
|
+
id: "shini",
|
|
388
|
+
charType: "consonant",
|
|
389
|
+
name: "Shini",
|
|
390
|
+
georgianName: "შინი",
|
|
391
|
+
transliteration: {
|
|
392
|
+
national: "sh",
|
|
393
|
+
iso9984: "š",
|
|
394
|
+
ipa: "ʃ"
|
|
395
|
+
},
|
|
396
|
+
asomtavruli: "Ⴘ",
|
|
397
|
+
nuskhuri: "ⴘ",
|
|
398
|
+
phoneticCategory: "fricative",
|
|
399
|
+
voicing: "voiceless"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
char: "ჩ",
|
|
403
|
+
id: "chini",
|
|
404
|
+
charType: "consonant",
|
|
405
|
+
name: "Chini",
|
|
406
|
+
georgianName: "ჩინი",
|
|
407
|
+
transliteration: {
|
|
408
|
+
national: "ch",
|
|
409
|
+
iso9984: "č",
|
|
410
|
+
ipa: "tʃʰ"
|
|
411
|
+
},
|
|
412
|
+
asomtavruli: "Ⴙ",
|
|
413
|
+
nuskhuri: "ⴙ",
|
|
414
|
+
phoneticCategory: "affricate",
|
|
415
|
+
voicing: "voiceless",
|
|
416
|
+
notes: "Aspirated"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
char: "ც",
|
|
420
|
+
id: "tsani",
|
|
421
|
+
charType: "consonant",
|
|
422
|
+
name: "Tsani",
|
|
423
|
+
georgianName: "ცანი",
|
|
424
|
+
transliteration: {
|
|
425
|
+
national: "ts",
|
|
426
|
+
iso9984: "c",
|
|
427
|
+
ipa: "tsʰ"
|
|
428
|
+
},
|
|
429
|
+
asomtavruli: "Ⴚ",
|
|
430
|
+
nuskhuri: "ⴚ",
|
|
431
|
+
phoneticCategory: "affricate",
|
|
432
|
+
voicing: "voiceless",
|
|
433
|
+
notes: "Aspirated"
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
char: "ძ",
|
|
437
|
+
id: "dzili",
|
|
438
|
+
charType: "consonant",
|
|
439
|
+
name: "Dzili",
|
|
440
|
+
georgianName: "ძილი",
|
|
441
|
+
transliteration: {
|
|
442
|
+
national: "dz",
|
|
443
|
+
iso9984: "j",
|
|
444
|
+
ipa: "dz"
|
|
445
|
+
},
|
|
446
|
+
asomtavruli: "Ⴛ",
|
|
447
|
+
nuskhuri: "ⴛ",
|
|
448
|
+
phoneticCategory: "affricate",
|
|
449
|
+
voicing: "voiced"
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
char: "წ",
|
|
453
|
+
id: "tsili",
|
|
454
|
+
charType: "consonant",
|
|
455
|
+
name: "Ts'ili",
|
|
456
|
+
georgianName: "წილი",
|
|
457
|
+
transliteration: {
|
|
458
|
+
national: "ts'",
|
|
459
|
+
iso9984: "c'",
|
|
460
|
+
ipa: "tsʼ"
|
|
461
|
+
},
|
|
462
|
+
asomtavruli: "Ⴜ",
|
|
463
|
+
nuskhuri: "ⴜ",
|
|
464
|
+
phoneticCategory: "affricate",
|
|
465
|
+
voicing: "ejective",
|
|
466
|
+
notes: "Ejective affricate"
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
char: "ჭ",
|
|
470
|
+
id: "chari",
|
|
471
|
+
charType: "consonant",
|
|
472
|
+
name: "Ch'ari",
|
|
473
|
+
georgianName: "ჭარი",
|
|
474
|
+
transliteration: {
|
|
475
|
+
national: "ch'",
|
|
476
|
+
iso9984: "č'",
|
|
477
|
+
ipa: "tʃʼ"
|
|
478
|
+
},
|
|
479
|
+
asomtavruli: "Ⴝ",
|
|
480
|
+
nuskhuri: "ⴝ",
|
|
481
|
+
phoneticCategory: "affricate",
|
|
482
|
+
voicing: "ejective",
|
|
483
|
+
notes: "Ejective affricate"
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
char: "ხ",
|
|
487
|
+
id: "khani",
|
|
488
|
+
charType: "consonant",
|
|
489
|
+
name: "Khani",
|
|
490
|
+
georgianName: "ხანი",
|
|
491
|
+
transliteration: {
|
|
492
|
+
national: "kh",
|
|
493
|
+
iso9984: "x",
|
|
494
|
+
ipa: "x"
|
|
495
|
+
},
|
|
496
|
+
asomtavruli: "Ⴞ",
|
|
497
|
+
nuskhuri: "ⴞ",
|
|
498
|
+
phoneticCategory: "fricative",
|
|
499
|
+
voicing: "voiceless"
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
char: "ჯ",
|
|
503
|
+
id: "jani",
|
|
504
|
+
charType: "consonant",
|
|
505
|
+
name: "Jani",
|
|
506
|
+
georgianName: "ჯანი",
|
|
507
|
+
transliteration: {
|
|
508
|
+
national: "j",
|
|
509
|
+
iso9984: "ǰ",
|
|
510
|
+
ipa: "dʒ"
|
|
511
|
+
},
|
|
512
|
+
asomtavruli: "Ⴟ",
|
|
513
|
+
nuskhuri: "ⴟ",
|
|
514
|
+
phoneticCategory: "affricate",
|
|
515
|
+
voicing: "voiced"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
char: "ჰ",
|
|
519
|
+
id: "hae",
|
|
520
|
+
charType: "consonant",
|
|
521
|
+
name: "Hae",
|
|
522
|
+
georgianName: "ჰაე",
|
|
523
|
+
transliteration: {
|
|
524
|
+
national: "h",
|
|
525
|
+
iso9984: "h",
|
|
526
|
+
ipa: "h"
|
|
527
|
+
},
|
|
528
|
+
asomtavruli: "Ⴠ",
|
|
529
|
+
nuskhuri: "ⴠ",
|
|
530
|
+
phoneticCategory: "fricative",
|
|
531
|
+
voicing: "voiceless"
|
|
532
|
+
}
|
|
323
533
|
];
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
}
|
|
534
|
+
function r(t) {
|
|
535
|
+
let n = e.indexOf(t);
|
|
536
|
+
return n === -1 ? 999 : n;
|
|
537
|
+
}
|
|
538
|
+
function i(e) {
|
|
539
|
+
return [...e].sort((e, t) => r(e.char) - r(t.char));
|
|
540
|
+
}
|
|
541
|
+
//#endregion
|
|
542
|
+
export { n as georgianConsonants, t as georgianVowels, r as getTraditionalOrderIndex, i as sortByTraditionalOrder };
|