@polyglot-bundles/uz-af-lang 0.1.3 → 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 +211 -91
- package/dist/index.js +2 -10
- package/package.json +5 -7
package/dist/characters.js
CHANGED
|
@@ -1,91 +1,211 @@
|
|
|
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
|
-
|
|
1
|
+
//#region src/characters.ts
|
|
2
|
+
var e = {
|
|
3
|
+
ب: {
|
|
4
|
+
char: "ب",
|
|
5
|
+
name: "be",
|
|
6
|
+
pronunciation: "/b/"
|
|
7
|
+
},
|
|
8
|
+
پ: {
|
|
9
|
+
char: "پ",
|
|
10
|
+
name: "pe",
|
|
11
|
+
pronunciation: "/p/"
|
|
12
|
+
},
|
|
13
|
+
ت: {
|
|
14
|
+
char: "ت",
|
|
15
|
+
name: "te",
|
|
16
|
+
pronunciation: "/t/"
|
|
17
|
+
},
|
|
18
|
+
ث: {
|
|
19
|
+
char: "ث",
|
|
20
|
+
name: "th",
|
|
21
|
+
pronunciation: "/θ/"
|
|
22
|
+
},
|
|
23
|
+
ج: {
|
|
24
|
+
char: "ج",
|
|
25
|
+
name: "je",
|
|
26
|
+
pronunciation: "/dʒ/"
|
|
27
|
+
},
|
|
28
|
+
چ: {
|
|
29
|
+
char: "چ",
|
|
30
|
+
name: "che",
|
|
31
|
+
pronunciation: "/tʃ/"
|
|
32
|
+
},
|
|
33
|
+
ح: {
|
|
34
|
+
char: "ح",
|
|
35
|
+
name: "ha",
|
|
36
|
+
pronunciation: "/h/"
|
|
37
|
+
},
|
|
38
|
+
خ: {
|
|
39
|
+
char: "خ",
|
|
40
|
+
name: "kha",
|
|
41
|
+
pronunciation: "/x/"
|
|
42
|
+
},
|
|
43
|
+
د: {
|
|
44
|
+
char: "د",
|
|
45
|
+
name: "de",
|
|
46
|
+
pronunciation: "/d/"
|
|
47
|
+
},
|
|
48
|
+
ذ: {
|
|
49
|
+
char: "ذ",
|
|
50
|
+
name: "th",
|
|
51
|
+
pronunciation: "/ð/"
|
|
52
|
+
},
|
|
53
|
+
ر: {
|
|
54
|
+
char: "ر",
|
|
55
|
+
name: "re",
|
|
56
|
+
pronunciation: "/r/"
|
|
57
|
+
},
|
|
58
|
+
ز: {
|
|
59
|
+
char: "ز",
|
|
60
|
+
name: "ze",
|
|
61
|
+
pronunciation: "/z/"
|
|
62
|
+
},
|
|
63
|
+
ژ: {
|
|
64
|
+
char: "ژ",
|
|
65
|
+
name: "zhe",
|
|
66
|
+
pronunciation: "/ʒ/"
|
|
67
|
+
},
|
|
68
|
+
س: {
|
|
69
|
+
char: "س",
|
|
70
|
+
name: "se",
|
|
71
|
+
pronunciation: "/s/"
|
|
72
|
+
},
|
|
73
|
+
ش: {
|
|
74
|
+
char: "ش",
|
|
75
|
+
name: "sha",
|
|
76
|
+
pronunciation: "/ʃ/"
|
|
77
|
+
},
|
|
78
|
+
ص: {
|
|
79
|
+
char: "ص",
|
|
80
|
+
name: "sa",
|
|
81
|
+
pronunciation: "/s/"
|
|
82
|
+
},
|
|
83
|
+
ض: {
|
|
84
|
+
char: "ض",
|
|
85
|
+
name: "za",
|
|
86
|
+
pronunciation: "/z/"
|
|
87
|
+
},
|
|
88
|
+
ط: {
|
|
89
|
+
char: "ط",
|
|
90
|
+
name: "ta",
|
|
91
|
+
pronunciation: "/t/"
|
|
92
|
+
},
|
|
93
|
+
ظ: {
|
|
94
|
+
char: "ظ",
|
|
95
|
+
name: "za",
|
|
96
|
+
pronunciation: "/z/"
|
|
97
|
+
},
|
|
98
|
+
ع: {
|
|
99
|
+
char: "ع",
|
|
100
|
+
name: "ain",
|
|
101
|
+
pronunciation: "/ʕ/"
|
|
102
|
+
},
|
|
103
|
+
غ: {
|
|
104
|
+
char: "غ",
|
|
105
|
+
name: "ghain",
|
|
106
|
+
pronunciation: "/ɣ/"
|
|
107
|
+
},
|
|
108
|
+
ف: {
|
|
109
|
+
char: "ف",
|
|
110
|
+
name: "fe",
|
|
111
|
+
pronunciation: "/f/"
|
|
112
|
+
},
|
|
113
|
+
ق: {
|
|
114
|
+
char: "ق",
|
|
115
|
+
name: "qaf",
|
|
116
|
+
pronunciation: "/q/"
|
|
117
|
+
},
|
|
118
|
+
ک: {
|
|
119
|
+
char: "ک",
|
|
120
|
+
name: "ka",
|
|
121
|
+
pronunciation: "/k/"
|
|
122
|
+
},
|
|
123
|
+
گ: {
|
|
124
|
+
char: "گ",
|
|
125
|
+
name: "ga",
|
|
126
|
+
pronunciation: "/ɡ/"
|
|
127
|
+
},
|
|
128
|
+
ل: {
|
|
129
|
+
char: "ل",
|
|
130
|
+
name: "lam",
|
|
131
|
+
pronunciation: "/l/"
|
|
132
|
+
},
|
|
133
|
+
م: {
|
|
134
|
+
char: "م",
|
|
135
|
+
name: "mim",
|
|
136
|
+
pronunciation: "/m/"
|
|
137
|
+
},
|
|
138
|
+
ن: {
|
|
139
|
+
char: "ن",
|
|
140
|
+
name: "nun",
|
|
141
|
+
pronunciation: "/n/"
|
|
142
|
+
},
|
|
143
|
+
ه: {
|
|
144
|
+
char: "ه",
|
|
145
|
+
name: "ha",
|
|
146
|
+
pronunciation: "/h/"
|
|
147
|
+
},
|
|
148
|
+
و: {
|
|
149
|
+
char: "و",
|
|
150
|
+
name: "waw",
|
|
151
|
+
pronunciation: "/w/"
|
|
152
|
+
},
|
|
153
|
+
ی: {
|
|
154
|
+
char: "ی",
|
|
155
|
+
name: "ye",
|
|
156
|
+
pronunciation: "/j/"
|
|
157
|
+
},
|
|
158
|
+
ӈ: {
|
|
159
|
+
char: "ӈ",
|
|
160
|
+
name: "eng",
|
|
161
|
+
pronunciation: "/ŋ/"
|
|
162
|
+
}
|
|
163
|
+
}, t = {
|
|
164
|
+
a: {
|
|
165
|
+
char: "ا",
|
|
166
|
+
name: "a",
|
|
167
|
+
pronunciation: "/ɑ/"
|
|
168
|
+
},
|
|
169
|
+
e: {
|
|
170
|
+
char: "ە",
|
|
171
|
+
name: "e",
|
|
172
|
+
pronunciation: "/ɛ/"
|
|
173
|
+
},
|
|
174
|
+
i: {
|
|
175
|
+
char: "ى",
|
|
176
|
+
name: "i",
|
|
177
|
+
pronunciation: "/i/"
|
|
178
|
+
},
|
|
179
|
+
o: {
|
|
180
|
+
char: "ۆ",
|
|
181
|
+
name: "o",
|
|
182
|
+
pronunciation: "/o/"
|
|
183
|
+
},
|
|
184
|
+
u: {
|
|
185
|
+
char: "ۇ",
|
|
186
|
+
name: "u",
|
|
187
|
+
pronunciation: "/u/"
|
|
188
|
+
},
|
|
189
|
+
ü: {
|
|
190
|
+
char: "ۈ",
|
|
191
|
+
name: "ü",
|
|
192
|
+
pronunciation: "/y/"
|
|
193
|
+
}
|
|
194
|
+
}, n = {
|
|
195
|
+
...e,
|
|
196
|
+
...t
|
|
197
|
+
}, r = {
|
|
198
|
+
vowels: [
|
|
199
|
+
"ɑ",
|
|
200
|
+
"ɛ",
|
|
201
|
+
"i",
|
|
202
|
+
"o",
|
|
203
|
+
"u",
|
|
204
|
+
"y"
|
|
205
|
+
],
|
|
206
|
+
totalVowels: 6,
|
|
207
|
+
consonants: /* @__PURE__ */ "b.p.t.θ.dʒ.tʃ.h.x.d.ð.r.z.ʒ.s.ʃ.s.z.t.z.ʕ.ɣ.f.q.k.ɡ.l.m.n.h.w.j.ŋ".split("."),
|
|
208
|
+
totalPhonemes: 36
|
|
209
|
+
}, i = Object.keys(e), a = Object.keys(t), o = Object.keys(n);
|
|
210
|
+
//#endregion
|
|
211
|
+
export { o as UZBEK_AFGHAN_CHARACTER_IDS, i as UZBEK_AFGHAN_CONSONANT_IDS, r as UZBEK_AFGHAN_PHONEME_INVENTORY, a as UZBEK_AFGHAN_VOWEL_IDS, n as uzbekAfghanAllCharacters, e as uzbekAfghanConsonants, t as uzbekAfghanVowels };
|
package/dist/index.js
CHANGED
|
@@ -1,10 +1,2 @@
|
|
|
1
|
-
import { UZBEK_AFGHAN_CHARACTER_IDS as
|
|
2
|
-
export {
|
|
3
|
-
N as UZBEK_AFGHAN_CHARACTER_IDS,
|
|
4
|
-
E as UZBEK_AFGHAN_CONSONANT_IDS,
|
|
5
|
-
a as UZBEK_AFGHAN_PHONEME_INVENTORY,
|
|
6
|
-
e as UZBEK_AFGHAN_VOWEL_IDS,
|
|
7
|
-
n as uzbekAfghanAllCharacters,
|
|
8
|
-
H as uzbekAfghanConsonants,
|
|
9
|
-
o as uzbekAfghanVowels
|
|
10
|
-
};
|
|
1
|
+
import { UZBEK_AFGHAN_CHARACTER_IDS as e, UZBEK_AFGHAN_CONSONANT_IDS as t, UZBEK_AFGHAN_PHONEME_INVENTORY as n, UZBEK_AFGHAN_VOWEL_IDS as r, uzbekAfghanAllCharacters as i, uzbekAfghanConsonants as a, uzbekAfghanVowels as o } from "./characters.js";
|
|
2
|
+
export { e as UZBEK_AFGHAN_CHARACTER_IDS, t as UZBEK_AFGHAN_CONSONANT_IDS, n as UZBEK_AFGHAN_PHONEME_INVENTORY, r as UZBEK_AFGHAN_VOWEL_IDS, i as uzbekAfghanAllCharacters, a as uzbekAfghanConsonants, o as uzbekAfghanVowels };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polyglot-bundles/uz-af-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-af/lang"
|
|
31
29
|
},
|
|
32
30
|
"scripts": {
|
|
33
|
-
"
|
|
34
|
-
"
|
|
31
|
+
"typecheck": "tsc --noEmit",
|
|
32
|
+
"build": "vite build"
|
|
35
33
|
}
|
|
36
34
|
}
|