@polyglot-bundles/uz-lang 0.1.2 → 0.1.4
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 +217 -76
- package/dist/index.js +2 -10
- package/package.json +5 -7
package/dist/characters.js
CHANGED
|
@@ -1,76 +1,217 @@
|
|
|
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
|
-
|
|
1
|
+
//#region src/characters.ts
|
|
2
|
+
var e = {
|
|
3
|
+
b: {
|
|
4
|
+
char: "б",
|
|
5
|
+
name: "be",
|
|
6
|
+
pronunciation: "/b/"
|
|
7
|
+
},
|
|
8
|
+
p: {
|
|
9
|
+
char: "п",
|
|
10
|
+
name: "pe",
|
|
11
|
+
pronunciation: "/p/"
|
|
12
|
+
},
|
|
13
|
+
t: {
|
|
14
|
+
char: "т",
|
|
15
|
+
name: "te",
|
|
16
|
+
pronunciation: "/t/"
|
|
17
|
+
},
|
|
18
|
+
k: {
|
|
19
|
+
char: "к",
|
|
20
|
+
name: "ka",
|
|
21
|
+
pronunciation: "/k/"
|
|
22
|
+
},
|
|
23
|
+
g: {
|
|
24
|
+
char: "г",
|
|
25
|
+
name: "ge",
|
|
26
|
+
pronunciation: "/ɡ/"
|
|
27
|
+
},
|
|
28
|
+
q: {
|
|
29
|
+
char: "қ",
|
|
30
|
+
name: "q",
|
|
31
|
+
pronunciation: "/q/"
|
|
32
|
+
},
|
|
33
|
+
gh: {
|
|
34
|
+
char: "ғ",
|
|
35
|
+
name: "gh",
|
|
36
|
+
pronunciation: "/ʁ/"
|
|
37
|
+
},
|
|
38
|
+
l: {
|
|
39
|
+
char: "л",
|
|
40
|
+
name: "el",
|
|
41
|
+
pronunciation: "/l/"
|
|
42
|
+
},
|
|
43
|
+
m: {
|
|
44
|
+
char: "м",
|
|
45
|
+
name: "em",
|
|
46
|
+
pronunciation: "/m/"
|
|
47
|
+
},
|
|
48
|
+
n: {
|
|
49
|
+
char: "н",
|
|
50
|
+
name: "en",
|
|
51
|
+
pronunciation: "/n/"
|
|
52
|
+
},
|
|
53
|
+
ng: {
|
|
54
|
+
char: "нг",
|
|
55
|
+
name: "ng",
|
|
56
|
+
pronunciation: "/ŋ/"
|
|
57
|
+
},
|
|
58
|
+
ch: {
|
|
59
|
+
char: "ч",
|
|
60
|
+
name: "che",
|
|
61
|
+
pronunciation: "/tʃ/"
|
|
62
|
+
},
|
|
63
|
+
j: {
|
|
64
|
+
char: "ж",
|
|
65
|
+
name: "zhe",
|
|
66
|
+
pronunciation: "/ʒ/"
|
|
67
|
+
},
|
|
68
|
+
s: {
|
|
69
|
+
char: "с",
|
|
70
|
+
name: "es",
|
|
71
|
+
pronunciation: "/s/"
|
|
72
|
+
},
|
|
73
|
+
sh: {
|
|
74
|
+
char: "ш",
|
|
75
|
+
name: "sha",
|
|
76
|
+
pronunciation: "/ʃ/"
|
|
77
|
+
},
|
|
78
|
+
z: {
|
|
79
|
+
char: "з",
|
|
80
|
+
name: "ze",
|
|
81
|
+
pronunciation: "/z/"
|
|
82
|
+
},
|
|
83
|
+
f: {
|
|
84
|
+
char: "ф",
|
|
85
|
+
name: "ef",
|
|
86
|
+
pronunciation: "/f/"
|
|
87
|
+
},
|
|
88
|
+
kh: {
|
|
89
|
+
char: "х",
|
|
90
|
+
name: "kha",
|
|
91
|
+
pronunciation: "/x/"
|
|
92
|
+
},
|
|
93
|
+
y: {
|
|
94
|
+
char: "й",
|
|
95
|
+
name: "i short",
|
|
96
|
+
pronunciation: "/j/"
|
|
97
|
+
},
|
|
98
|
+
v: {
|
|
99
|
+
char: "в",
|
|
100
|
+
name: "ve",
|
|
101
|
+
pronunciation: "/v/"
|
|
102
|
+
},
|
|
103
|
+
u: {
|
|
104
|
+
char: "у",
|
|
105
|
+
name: "u",
|
|
106
|
+
pronunciation: "/u/"
|
|
107
|
+
},
|
|
108
|
+
o: {
|
|
109
|
+
char: "о",
|
|
110
|
+
name: "o",
|
|
111
|
+
pronunciation: "/o/"
|
|
112
|
+
},
|
|
113
|
+
yo: {
|
|
114
|
+
char: "ё",
|
|
115
|
+
name: "yo",
|
|
116
|
+
pronunciation: "/jo/"
|
|
117
|
+
},
|
|
118
|
+
e: {
|
|
119
|
+
char: "э",
|
|
120
|
+
name: "e",
|
|
121
|
+
pronunciation: "/ɛ/"
|
|
122
|
+
}
|
|
123
|
+
}, t = {
|
|
124
|
+
a: {
|
|
125
|
+
char: "а",
|
|
126
|
+
name: "a",
|
|
127
|
+
pronunciation: "/ɑ/"
|
|
128
|
+
},
|
|
129
|
+
o: {
|
|
130
|
+
char: "о",
|
|
131
|
+
name: "o",
|
|
132
|
+
pronunciation: "/o/"
|
|
133
|
+
},
|
|
134
|
+
u: {
|
|
135
|
+
char: "у",
|
|
136
|
+
name: "u",
|
|
137
|
+
pronunciation: "/u/"
|
|
138
|
+
},
|
|
139
|
+
i: {
|
|
140
|
+
char: "и",
|
|
141
|
+
name: "i",
|
|
142
|
+
pronunciation: "/i/"
|
|
143
|
+
},
|
|
144
|
+
e: {
|
|
145
|
+
char: "е",
|
|
146
|
+
name: "e",
|
|
147
|
+
pronunciation: "/je/"
|
|
148
|
+
},
|
|
149
|
+
an: {
|
|
150
|
+
char: "ан",
|
|
151
|
+
name: "an",
|
|
152
|
+
pronunciation: "/ɑn/"
|
|
153
|
+
},
|
|
154
|
+
un: {
|
|
155
|
+
char: "ун",
|
|
156
|
+
name: "un",
|
|
157
|
+
pronunciation: "/un/"
|
|
158
|
+
},
|
|
159
|
+
in: {
|
|
160
|
+
char: "ин",
|
|
161
|
+
name: "in",
|
|
162
|
+
pronunciation: "/in/"
|
|
163
|
+
},
|
|
164
|
+
on: {
|
|
165
|
+
char: "он",
|
|
166
|
+
name: "on",
|
|
167
|
+
pronunciation: "/on/"
|
|
168
|
+
},
|
|
169
|
+
en: {
|
|
170
|
+
char: "ен",
|
|
171
|
+
name: "en",
|
|
172
|
+
pronunciation: "/en/"
|
|
173
|
+
}
|
|
174
|
+
}, n = {
|
|
175
|
+
...e,
|
|
176
|
+
...t
|
|
177
|
+
}, r = {
|
|
178
|
+
vowels: [
|
|
179
|
+
"ɑ",
|
|
180
|
+
"o",
|
|
181
|
+
"u",
|
|
182
|
+
"i",
|
|
183
|
+
"je",
|
|
184
|
+
"ɑn",
|
|
185
|
+
"un",
|
|
186
|
+
"in",
|
|
187
|
+
"on",
|
|
188
|
+
"en"
|
|
189
|
+
],
|
|
190
|
+
totalVowels: 10,
|
|
191
|
+
consonants: [
|
|
192
|
+
"b",
|
|
193
|
+
"p",
|
|
194
|
+
"t",
|
|
195
|
+
"k",
|
|
196
|
+
"ɡ",
|
|
197
|
+
"q",
|
|
198
|
+
"ʁ",
|
|
199
|
+
"l",
|
|
200
|
+
"m",
|
|
201
|
+
"n",
|
|
202
|
+
"ŋ",
|
|
203
|
+
"p",
|
|
204
|
+
"tʃ",
|
|
205
|
+
"ʒ",
|
|
206
|
+
"s",
|
|
207
|
+
"ʃ",
|
|
208
|
+
"z",
|
|
209
|
+
"f",
|
|
210
|
+
"x",
|
|
211
|
+
"j",
|
|
212
|
+
"v"
|
|
213
|
+
],
|
|
214
|
+
totalPhonemes: 34
|
|
215
|
+
}, i = Object.keys(e), a = Object.keys(t), o = Object.keys(n);
|
|
216
|
+
//#endregion
|
|
217
|
+
export { o as UZBEK_CHARACTER_IDS, i as UZBEK_CONSONANT_IDS, r as UZBEK_PHONEME_INVENTORY, a as UZBEK_VOWEL_IDS, n as uzbekAllCharacters, e as uzbekConsonants, t as uzbekVowels };
|
package/dist/index.js
CHANGED
|
@@ -1,10 +1,2 @@
|
|
|
1
|
-
import { UZBEK_CHARACTER_IDS as e, UZBEK_CONSONANT_IDS as
|
|
2
|
-
export {
|
|
3
|
-
e as UZBEK_CHARACTER_IDS,
|
|
4
|
-
N as UZBEK_CONSONANT_IDS,
|
|
5
|
-
o as UZBEK_PHONEME_INVENTORY,
|
|
6
|
-
C as UZBEK_VOWEL_IDS,
|
|
7
|
-
O as uzbekAllCharacters,
|
|
8
|
-
r as uzbekConsonants,
|
|
9
|
-
s as uzbekVowels
|
|
10
|
-
};
|
|
1
|
+
import { UZBEK_CHARACTER_IDS as e, UZBEK_CONSONANT_IDS as t, UZBEK_PHONEME_INVENTORY as n, UZBEK_VOWEL_IDS as r, uzbekAllCharacters as i, uzbekConsonants as a, uzbekVowels as o } from "./characters.js";
|
|
2
|
+
export { e as UZBEK_CHARACTER_IDS, t as UZBEK_CONSONANT_IDS, n as UZBEK_PHONEME_INVENTORY, r as UZBEK_VOWEL_IDS, i as uzbekAllCharacters, a as uzbekConsonants, o as uzbekVowels };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polyglot-bundles/uz-lang",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -17,12 +17,10 @@
|
|
|
17
17
|
"access": "public"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@polyglot-bundles/content-shared": "0.
|
|
20
|
+
"@polyglot-bundles/content-shared": "0.5.1"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"
|
|
24
|
-
"vite-plugin-dts": "^4.0.0",
|
|
25
|
-
"@polyglot-bundles/lang-tooling": "1.0.0"
|
|
23
|
+
"@polyglot-bundles/lang-tooling": "0.0.0"
|
|
26
24
|
},
|
|
27
25
|
"repository": {
|
|
28
26
|
"type": "git",
|
|
@@ -30,7 +28,7 @@
|
|
|
30
28
|
"directory": "packages/uz/lang"
|
|
31
29
|
},
|
|
32
30
|
"scripts": {
|
|
33
|
-
"
|
|
34
|
-
"
|
|
31
|
+
"typecheck": "tsc --noEmit",
|
|
32
|
+
"build": "vite build"
|
|
35
33
|
}
|
|
36
34
|
}
|