@polyglot-bundles/uz-af-lang 0.1.3 → 0.1.5

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.
@@ -1,91 +1,211 @@
1
- const n = {
2
- ب: { char: "ب", name: "be", pronunciation: "/b/" },
3
- پ: { char: "پ", name: "pe", pronunciation: "/p/" },
4
- ت: { char: "ت", name: "te", pronunciation: "/t/" },
5
- ث: { char: "ث", name: "th", pronunciation: "/θ/" },
6
- ج: { char: "ج", name: "je", pronunciation: "/dʒ/" },
7
- چ: { char: "چ", name: "che", pronunciation: "/tʃ/" },
8
- ح: { char: "ح", name: "ha", pronunciation: "/h/" },
9
- خ: { char: "خ", name: "kha", pronunciation: "/x/" },
10
- د: { char: "د", name: "de", pronunciation: "/d/" },
11
- ذ: { char: "ذ", name: "th", pronunciation: "/ð/" },
12
- ر: { char: "ر", name: "re", pronunciation: "/r/" },
13
- ز: { char: "ز", name: "ze", pronunciation: "/z/" },
14
- ژ: { char: "ژ", name: "zhe", pronunciation: "/ʒ/" },
15
- س: { char: "س", name: "se", pronunciation: "/s/" },
16
- ش: { char: "ش", name: "sha", pronunciation: "/ʃ/" },
17
- ص: { char: "ص", name: "sa", pronunciation: "/s/" },
18
- ض: { char: "ض", name: "za", pronunciation: "/z/" },
19
- ط: { char: "ط", name: "ta", pronunciation: "/t/" },
20
- ظ: { char: "ظ", name: "za", pronunciation: "/z/" },
21
- ع: { char: "ع", name: "ain", pronunciation: "/ʕ/" },
22
- غ: { char: "غ", name: "ghain", pronunciation: "/ɣ/" },
23
- ف: { char: "ف", name: "fe", pronunciation: "/f/" },
24
- ق: { char: "ق", name: "qaf", pronunciation: "/q/" },
25
- ک: { char: "ک", name: "ka", pronunciation: "/k/" },
26
- گ: { char: "گ", name: "ga", pronunciation: "/ɡ/" },
27
- ل: { char: "ل", name: "lam", pronunciation: "/l/" },
28
- م: { char: "م", name: "mim", pronunciation: "/m/" },
29
- ن: { char: "ن", name: "nun", pronunciation: "/n/" },
30
- ه: { char: "ه", name: "ha", pronunciation: "/h/" },
31
- و: { char: "و", name: "waw", pronunciation: "/w/" },
32
- ی: { char: "ی", name: "ye", pronunciation: "/j/" },
33
- ӈ: { char: "ӈ", name: "eng", pronunciation: "/ŋ/" }
34
- }, a = {
35
- a: { char: "ا", name: "a", pronunciation: "/ɑ/" },
36
- e: { char: "ە", name: "e", pronunciation: "/ɛ/" },
37
- i: { char: "ى", name: "i", pronunciation: "/i/" },
38
- o: { char: "ۆ", name: "o", pronunciation: "/o/" },
39
- u: { char: "ۇ", name: "u", pronunciation: "/u/" },
40
- ü: { char: "ۈ", name: "ü", pronunciation: "/y/" }
41
- }, o = {
42
- ...n,
43
- ...a
44
- }, c = {
45
- vowels: ["ɑ", "ɛ", "i", "o", "u", "y"],
46
- totalVowels: 6,
47
- consonants: [
48
- "b",
49
- "p",
50
- "t",
51
- "θ",
52
- "dʒ",
53
- "tʃ",
54
- "h",
55
- "x",
56
- "d",
57
- "ð",
58
- "r",
59
- "z",
60
- "ʒ",
61
- "s",
62
- "ʃ",
63
- "s",
64
- "z",
65
- "t",
66
- "z",
67
- "ʕ",
68
- "ɣ",
69
- "f",
70
- "q",
71
- "k",
72
- "ɡ",
73
- "l",
74
- "m",
75
- "n",
76
- "h",
77
- "w",
78
- "j",
79
- "ŋ"
80
- ],
81
- totalPhonemes: 36
82
- }, i = Object.keys(n), r = Object.keys(a), e = Object.keys(o);
83
- export {
84
- e as UZBEK_AFGHAN_CHARACTER_IDS,
85
- i as UZBEK_AFGHAN_CONSONANT_IDS,
86
- c as UZBEK_AFGHAN_PHONEME_INVENTORY,
87
- r as UZBEK_AFGHAN_VOWEL_IDS,
88
- o as uzbekAfghanAllCharacters,
89
- n as uzbekAfghanConsonants,
90
- a as uzbekAfghanVowels
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 N, UZBEK_AFGHAN_CONSONANT_IDS as E, UZBEK_AFGHAN_PHONEME_INVENTORY as a, UZBEK_AFGHAN_VOWEL_IDS as e, uzbekAfghanAllCharacters as n, uzbekAfghanConsonants as H, uzbekAfghanVowels as o } from "./characters.js";
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",
3
+ "version": "0.1.5",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -16,13 +16,9 @@
16
16
  "publishConfig": {
17
17
  "access": "public"
18
18
  },
19
- "dependencies": {
20
- "@polyglot-bundles/content-shared": "0.4.1"
21
- },
22
19
  "devDependencies": {
23
- "vite": "^5.4.0",
24
- "vite-plugin-dts": "^4.0.0",
25
- "@polyglot-bundles/lang-tooling": "1.0.0"
20
+ "@polyglot-bundles/lang-tooling": "0.0.0",
21
+ "@polyglot-bundles/content-shared": "0.5.3"
26
22
  },
27
23
  "repository": {
28
24
  "type": "git",
@@ -30,7 +26,7 @@
30
26
  "directory": "packages/uz-af/lang"
31
27
  },
32
28
  "scripts": {
33
- "build": "vite build",
34
- "clean": "rm -rf dist"
29
+ "typecheck": "tsc --noEmit",
30
+ "build": "vite build"
35
31
  }
36
32
  }