@polyglot-bundles/pt-br 0.3.0 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polyglot-bundles/pt-br",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "Portuguese (Brazil) language bundle — composes the @polyglot-bundles/pt-br-* sub-packages into a single LanguageBundle",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -32,13 +32,15 @@
32
32
  "devDependencies": {
33
33
  "vite": "^8.0.8",
34
34
  "vite-plugin-dts": "^4.5.4",
35
- "@polyglot-bundles/content-shared": "0.5.4",
35
+ "vitest": "^4.1.4",
36
+ "@polyglot-bundles/content-shared": "0.6.0",
36
37
  "@polyglot-bundles/lang-tooling": "0.0.0",
37
- "@polyglot-bundles/pt-br-lang": "0.3.0",
38
- "@polyglot-bundles/pt-br-minimal-pairs": "0.3.0"
38
+ "@polyglot-bundles/pt-br-lang": "0.4.0",
39
+ "@polyglot-bundles/pt-br-minimal-pairs": "0.4.0"
39
40
  },
40
41
  "scripts": {
41
42
  "typecheck": "tsc --noEmit",
42
- "build": "vite build"
43
+ "build": "vite build",
44
+ "test": "vitest run"
43
45
  }
44
46
  }
@@ -1,633 +0,0 @@
1
- //#region ../minimal-pairs/dist/pronunciationTips.js
2
- var e = {
3
- consonant_intro: "Brazilian Portuguese has 19 consonant phonemes with palatalization patterns",
4
- vowel_intro: "Brazilian Portuguese has 9 vowel qualities with distinctive nasal vowels",
5
- emphatic_intro: "Brazilian Portuguese lacks emphatic consonants but has velarization patterns",
6
- guttural_intro: "Brazilian Portuguese features the voiceless glottal fricative /h/ (r) and approximant /ʁ/ variations"
7
- }, t = [
8
- {
9
- pairId: "pt_l0_001",
10
- level: 0,
11
- tags: ["level_0"],
12
- contrastFeature: "consonant",
13
- contrastDescription: "/b/ vs /p/",
14
- word1: {
15
- script: "bom",
16
- romanization: "bom",
17
- definition: "good",
18
- audioFile: null
19
- },
20
- word2: {
21
- script: "pom",
22
- romanization: "pom",
23
- definition: "I can",
24
- audioFile: null
25
- }
26
- },
27
- {
28
- pairId: "pt_l0_002",
29
- level: 0,
30
- tags: ["level_0"],
31
- contrastFeature: "consonant",
32
- contrastDescription: "/t/ vs /d/",
33
- word1: {
34
- script: "talo",
35
- romanization: "talo",
36
- definition: "trap",
37
- audioFile: null
38
- },
39
- word2: {
40
- script: "dalo",
41
- romanization: "dalo",
42
- definition: "I give",
43
- audioFile: null
44
- }
45
- },
46
- {
47
- pairId: "pt_l0_003",
48
- level: 0,
49
- tags: ["level_0"],
50
- contrastFeature: "vowel",
51
- contrastDescription: "/a/ vs /ɐ/",
52
- word1: {
53
- script: "pata",
54
- romanization: "pata",
55
- definition: "pat",
56
- audioFile: null
57
- },
58
- word2: {
59
- script: "patt",
60
- romanization: "patt",
61
- definition: "pat (less common)",
62
- audioFile: null
63
- }
64
- },
65
- {
66
- pairId: "pt_l0_004",
67
- level: 0,
68
- tags: ["level_0"],
69
- contrastFeature: "consonant",
70
- contrastDescription: "/s/ vs /z/",
71
- word1: {
72
- script: "sapo",
73
- romanization: "sapo",
74
- definition: "toad",
75
- audioFile: null
76
- },
77
- word2: {
78
- script: "zaplo",
79
- romanization: "zaplo",
80
- definition: "I zample",
81
- audioFile: null
82
- }
83
- },
84
- {
85
- pairId: "pt_l0_005",
86
- level: 0,
87
- tags: ["level_0"],
88
- contrastFeature: "consonant",
89
- contrastDescription: "/f/ vs /v/",
90
- word1: {
91
- script: "fado",
92
- romanization: "fado",
93
- definition: "fate",
94
- audioFile: null
95
- },
96
- word2: {
97
- script: "vado",
98
- romanization: "vado",
99
- definition: "I go",
100
- audioFile: null
101
- }
102
- }
103
- ], n = [
104
- {
105
- pairId: "pt_l1_001",
106
- level: 1,
107
- tags: ["level_1", "vowel"],
108
- contrastFeature: "vowel",
109
- contrastDescription: "/e/ vs /ɛ/",
110
- word1: {
111
- script: "pensar",
112
- romanization: "pensar",
113
- definition: "to think",
114
- audioFile: null
115
- },
116
- word2: {
117
- script: "pés",
118
- romanization: "pés",
119
- definition: "feet",
120
- audioFile: null
121
- }
122
- },
123
- {
124
- pairId: "pt_l1_002",
125
- level: 1,
126
- tags: ["level_1", "consonant"],
127
- contrastFeature: "consonant",
128
- contrastDescription: "/ʃ/ vs /ʒ/",
129
- word1: {
130
- script: "chuveiro",
131
- romanization: "chuveiro",
132
- definition: "shower",
133
- audioFile: null
134
- },
135
- word2: {
136
- script: "jumento",
137
- romanization: "jumento",
138
- definition: "donkey",
139
- audioFile: null
140
- }
141
- },
142
- {
143
- pairId: "pt_l1_003",
144
- level: 1,
145
- tags: ["level_1", "consonant"],
146
- contrastFeature: "consonant",
147
- contrastDescription: "/k/ vs /ɡ/",
148
- word1: {
149
- script: "canto",
150
- romanization: "canto",
151
- definition: "I sing",
152
- audioFile: null
153
- },
154
- word2: {
155
- script: "gato",
156
- romanization: "gato",
157
- definition: "cat",
158
- audioFile: null
159
- }
160
- },
161
- {
162
- pairId: "pt_l1_004",
163
- level: 1,
164
- tags: ["level_1", "consonant"],
165
- contrastFeature: "consonant",
166
- contrastDescription: "/l/ vs /ɫ/",
167
- word1: {
168
- script: "lado",
169
- romanization: "lado",
170
- definition: "side",
171
- audioFile: null
172
- },
173
- word2: {
174
- script: "alvo",
175
- romanization: "alvo",
176
- definition: "target",
177
- audioFile: null
178
- }
179
- },
180
- {
181
- pairId: "pt_l1_005",
182
- level: 1,
183
- tags: ["level_1", "vowel"],
184
- contrastFeature: "vowel",
185
- contrastDescription: "/i/ vs /ɪ/",
186
- word1: {
187
- script: "pino",
188
- romanization: "pino",
189
- definition: "pine",
190
- audioFile: null
191
- },
192
- word2: {
193
- script: "pênso",
194
- romanization: "pênso",
195
- definition: "I think",
196
- audioFile: null
197
- }
198
- }
199
- ], r = [
200
- {
201
- pairId: "pt_l2_001",
202
- level: 2,
203
- tags: ["level_2", "consonant"],
204
- contrastFeature: "consonant",
205
- contrastDescription: "/r/ (initial) vs /ɾ/",
206
- word1: {
207
- script: "rosto",
208
- romanization: "rosto",
209
- definition: "face",
210
- audioFile: null
211
- },
212
- word2: {
213
- script: "amor",
214
- romanization: "amor",
215
- definition: "love",
216
- audioFile: null
217
- }
218
- },
219
- {
220
- pairId: "pt_l2_002",
221
- level: 2,
222
- tags: ["level_2", "consonant"],
223
- contrastFeature: "consonant",
224
- contrastDescription: "/ʁ/ vs /ɦ/",
225
- word1: {
226
- script: "roxo",
227
- romanization: "roxo",
228
- definition: "purple",
229
- audioFile: null
230
- },
231
- word2: {
232
- script: "hóspede",
233
- romanization: "hóspede",
234
- definition: "guest",
235
- audioFile: null
236
- }
237
- },
238
- {
239
- pairId: "pt_l2_003",
240
- level: 2,
241
- tags: ["level_2", "vowel"],
242
- contrastFeature: "vowel",
243
- contrastDescription: "/u/ vs /ʊ/",
244
- word1: {
245
- script: "lua",
246
- romanization: "lua",
247
- definition: "moon",
248
- audioFile: null
249
- },
250
- word2: {
251
- script: "lufa",
252
- romanization: "lufa",
253
- definition: "breath",
254
- audioFile: null
255
- }
256
- },
257
- {
258
- pairId: "pt_l2_004",
259
- level: 2,
260
- tags: ["level_2", "consonant"],
261
- contrastFeature: "consonant",
262
- contrastDescription: "/m/ vs /ɱ/",
263
- word1: {
264
- script: "mão",
265
- romanization: "mão",
266
- definition: "hand",
267
- audioFile: null
268
- },
269
- word2: {
270
- script: "banana",
271
- romanization: "banana",
272
- definition: "banana",
273
- audioFile: null
274
- }
275
- },
276
- {
277
- pairId: "pt_l2_005",
278
- level: 2,
279
- tags: ["level_2", "consonant"],
280
- contrastFeature: "consonant",
281
- contrastDescription: "/n/ vs /ɲ/",
282
- word1: {
283
- script: "noite",
284
- romanization: "noite",
285
- definition: "night",
286
- audioFile: null
287
- },
288
- word2: {
289
- script: "nhoc",
290
- romanization: "nhoc",
291
- definition: "gnocchi",
292
- audioFile: null
293
- }
294
- }
295
- ], i = [
296
- {
297
- pairId: "pt_l3_001",
298
- level: 3,
299
- tags: ["level_3", "vowel"],
300
- contrastFeature: "vowel",
301
- contrastDescription: "/ɔ/ vs /o/",
302
- word1: {
303
- script: "porto",
304
- romanization: "porto",
305
- definition: "port",
306
- audioFile: null
307
- },
308
- word2: {
309
- script: "póro",
310
- romanization: "póro",
311
- definition: "perforation",
312
- audioFile: null
313
- }
314
- },
315
- {
316
- pairId: "pt_l3_002",
317
- level: 3,
318
- tags: ["level_3", "consonant"],
319
- contrastFeature: "consonant",
320
- contrastDescription: "/b/ vs /β/",
321
- word1: {
322
- script: "bola",
323
- romanization: "bola",
324
- definition: "ball",
325
- audioFile: null
326
- },
327
- word2: {
328
- script: "hablo",
329
- romanization: "hablo",
330
- definition: "I speak",
331
- audioFile: null
332
- }
333
- },
334
- {
335
- pairId: "pt_l3_003",
336
- level: 3,
337
- tags: ["level_3", "consonant"],
338
- contrastFeature: "consonant",
339
- contrastDescription: "/d/ vs /ð/",
340
- word1: {
341
- script: "dedo",
342
- romanization: "dedo",
343
- definition: "finger",
344
- audioFile: null
345
- },
346
- word2: {
347
- script: "hodo",
348
- romanization: "hodo",
349
- definition: "way",
350
- audioFile: null
351
- }
352
- },
353
- {
354
- pairId: "pt_l3_004",
355
- level: 3,
356
- tags: ["level_3", "consonant"],
357
- contrastFeature: "consonant",
358
- contrastDescription: "/ɡ/ vs /ɣ/",
359
- word1: {
360
- script: "gelo",
361
- romanization: "gelo",
362
- definition: "ice",
363
- audioFile: null
364
- },
365
- word2: {
366
- script: "helo",
367
- romanization: "helo",
368
- definition: "I speak",
369
- audioFile: null
370
- }
371
- },
372
- {
373
- pairId: "pt_l3_005",
374
- level: 3,
375
- tags: ["level_3", "vowel"],
376
- contrastFeature: "vowel",
377
- contrastDescription: "/ɛ/ vs /e/",
378
- word1: {
379
- script: "pélo",
380
- romanization: "pélo",
381
- definition: "fuzzy",
382
- audioFile: null
383
- },
384
- word2: {
385
- script: "péllo",
386
- romanization: "péllo",
387
- definition: "I hit",
388
- audioFile: null
389
- }
390
- }
391
- ], a = [
392
- {
393
- pairId: "pt_l4_001",
394
- level: 4,
395
- tags: ["level_4", "consonant"],
396
- contrastFeature: "consonant",
397
- contrastDescription: "/t/ vs /tʃ/",
398
- word1: {
399
- script: "tela",
400
- romanization: "tela",
401
- definition: "screen",
402
- audioFile: null
403
- },
404
- word2: {
405
- script: "chela",
406
- romanization: "chela",
407
- definition: "waitress",
408
- audioFile: null
409
- }
410
- },
411
- {
412
- pairId: "pt_l4_002",
413
- level: 4,
414
- tags: ["level_4", "consonant"],
415
- contrastFeature: "consonant",
416
- contrastDescription: "/d/ vs /ʒ/",
417
- word1: {
418
- script: "doce",
419
- romanization: "doce",
420
- definition: "sweet",
421
- audioFile: null
422
- },
423
- word2: {
424
- script: "joca",
425
- romanization: "joca",
426
- definition: "joke",
427
- audioFile: null
428
- }
429
- },
430
- {
431
- pairId: "pt_l4_003",
432
- level: 4,
433
- tags: ["level_4", "vowel"],
434
- contrastFeature: "vowel",
435
- contrastDescription: "/a/ vs /ɐ/ (regional)",
436
- word1: {
437
- script: "casa",
438
- romanization: "casa",
439
- definition: "house",
440
- audioFile: null
441
- },
442
- word2: {
443
- script: "catt",
444
- romanization: "catt",
445
- definition: "cat (archaic)",
446
- audioFile: null
447
- }
448
- },
449
- {
450
- pairId: "pt_l4_004",
451
- level: 4,
452
- tags: ["level_4", "consonant"],
453
- contrastFeature: "consonant",
454
- contrastDescription: "/s/ (final) vs /z/ (intervocalic)",
455
- word1: {
456
- script: "caso",
457
- romanization: "caso",
458
- definition: "case",
459
- audioFile: null
460
- },
461
- word2: {
462
- script: "cazo",
463
- romanization: "cazo",
464
- definition: "I hunt",
465
- audioFile: null
466
- }
467
- },
468
- {
469
- pairId: "pt_l4_005",
470
- level: 4,
471
- tags: ["level_4", "consonant"],
472
- contrastFeature: "consonant",
473
- contrastDescription: "/l/ (final) vs /w/",
474
- word1: {
475
- script: "mal",
476
- romanization: "mal",
477
- definition: "bad",
478
- audioFile: null
479
- },
480
- word2: {
481
- script: "maw",
482
- romanization: "maw",
483
- definition: "mother",
484
- audioFile: null
485
- }
486
- }
487
- ], o = [
488
- {
489
- pairId: "pt_l5_001",
490
- level: 5,
491
- tags: ["level_5", "vowel"],
492
- contrastFeature: "vowel",
493
- contrastDescription: "/ɐ/ vs /ə/ (reduction)",
494
- word1: {
495
- script: "ama",
496
- romanization: "ama",
497
- definition: "she loves",
498
- audioFile: null
499
- },
500
- word2: {
501
- script: "ama",
502
- romanization: "ama",
503
- definition: "love (reduced)",
504
- audioFile: null
505
- }
506
- },
507
- {
508
- pairId: "pt_l5_002",
509
- level: 5,
510
- tags: ["level_5", "consonant"],
511
- contrastFeature: "consonant",
512
- contrastDescription: "/r/ (geminate) vs /ɾ/ (single)",
513
- word1: {
514
- script: "carro",
515
- romanization: "carro",
516
- definition: "car",
517
- audioFile: null
518
- },
519
- word2: {
520
- script: "cato",
521
- romanization: "cato",
522
- definition: "I catch",
523
- audioFile: null
524
- }
525
- },
526
- {
527
- pairId: "pt_l5_003",
528
- level: 5,
529
- tags: ["level_5", "consonant"],
530
- contrastFeature: "consonant",
531
- contrastDescription: "/ʃ/ vs /s/ (regional)",
532
- word1: {
533
- script: "chave",
534
- romanization: "chave",
535
- definition: "key",
536
- audioFile: null
537
- },
538
- word2: {
539
- script: "save",
540
- romanization: "save",
541
- definition: "save",
542
- audioFile: null
543
- }
544
- },
545
- {
546
- pairId: "pt_l5_004",
547
- level: 5,
548
- tags: ["level_5", "consonant"],
549
- contrastFeature: "consonant",
550
- contrastDescription: "/ʒ/ vs /z/ (regional)",
551
- word1: {
552
- script: "jantar",
553
- romanization: "jantar",
554
- definition: "to dinner",
555
- audioFile: null
556
- },
557
- word2: {
558
- script: "zanhar",
559
- romanization: "zanhar",
560
- definition: "to strike",
561
- audioFile: null
562
- }
563
- },
564
- {
565
- pairId: "pt_l5_005",
566
- level: 5,
567
- tags: ["level_5", "vowel"],
568
- contrastFeature: "vowel",
569
- contrastDescription: "/u/ (closed) vs /w/ (semi-vowel)",
570
- word1: {
571
- script: "luar",
572
- romanization: "luar",
573
- definition: "moonlight",
574
- audioFile: null
575
- },
576
- word2: {
577
- script: "luar",
578
- romanization: "luar",
579
- definition: "moonlight (variant)",
580
- audioFile: null
581
- }
582
- }
583
- ], s = [
584
- {
585
- level: 0,
586
- title: "Getting Started",
587
- description: "Practice with clearly different sounds"
588
- },
589
- {
590
- level: 1,
591
- title: "Basic Contrasts",
592
- description: "Consonant and vowel differences"
593
- },
594
- {
595
- level: 2,
596
- title: "Common Patterns",
597
- description: "Frequent phoneme contrasts"
598
- },
599
- {
600
- level: 3,
601
- title: "Advanced Features",
602
- description: "Refined phonological nuances"
603
- },
604
- {
605
- level: 4,
606
- title: "Complex Contrasts",
607
- description: "Subtle distinctions"
608
- },
609
- {
610
- level: 5,
611
- title: "Expert Level",
612
- description: "Native-level pronunciation"
613
- }
614
- ], c = {
615
- consonant_intro: "Portuguese has 21-27 consonant phonemes depending on the variety",
616
- vowel_intro: "Portuguese has 7-9 vowel qualities with nasal vowels and diphthongs",
617
- emphatic_intro: "Portuguese lacks emphatic consonants but has significant regional variation",
618
- guttural_intro: "European Portuguese has the voiceless velar fricative /x/ (h) and voiced uvular fricative /ʁ/ (r)"
619
- }, l = {
620
- levels: s,
621
- minimalPairs: [
622
- ...t,
623
- ...n,
624
- ...r,
625
- ...i,
626
- ...a,
627
- ...o
628
- ],
629
- pronunciationTips: c,
630
- pronunciationTips: e
631
- };
632
- //#endregion
633
- export { l as default };
package/dist/index.d.ts DELETED
@@ -1,5 +0,0 @@
1
- import { LanguageBundle } from '@polyglot-bundles/content-shared/bundle';
2
- export declare const brazilianPortugueseBundle: LanguageBundle;
3
- export default brazilianPortugueseBundle;
4
- export { portugueseBrVowels, portugueseBrConsonants, } from '@polyglot-bundles/pt-br-lang';
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAEL,KAAK,cAAc,EAEpB,MAAM,yCAAyC,CAAC;AAOjD,eAAO,MAAM,yBAAyB,EAAE,cAgBtC,CAAC;AAEH,eAAe,yBAAyB,CAAC;AAEzC,OAAO,EACL,kBAAkB,EAClB,sBAAsB,GACvB,MAAM,8BAA8B,CAAC"}
package/dist/index.js DELETED
@@ -1,566 +0,0 @@
1
- //#region ../../shared/content-shared/dist/bundle.js
2
- function e(e) {
3
- return e;
4
- }
5
- //#endregion
6
- //#region ../lang/dist/characters.js
7
- var t = [
8
- {
9
- char: "a",
10
- id: "a",
11
- charType: "vowel",
12
- ipa: "a",
13
- name: "A",
14
- length: "short"
15
- },
16
- {
17
- char: "e",
18
- id: "e",
19
- charType: "vowel",
20
- ipa: "ɛ",
21
- name: "E",
22
- length: "short"
23
- },
24
- {
25
- char: "i",
26
- id: "i",
27
- charType: "vowel",
28
- ipa: "i",
29
- name: "I",
30
- length: "short"
31
- },
32
- {
33
- char: "o",
34
- id: "o",
35
- charType: "vowel",
36
- ipa: "ɔ",
37
- name: "O",
38
- length: "short"
39
- },
40
- {
41
- char: "u",
42
- id: "u",
43
- charType: "vowel",
44
- ipa: "u",
45
- name: "U",
46
- length: "short"
47
- },
48
- {
49
- char: "á",
50
- id: "a_acute",
51
- charType: "vowel",
52
- ipa: "a",
53
- name: "Á",
54
- length: "short"
55
- },
56
- {
57
- char: "é",
58
- id: "e_acute",
59
- charType: "vowel",
60
- ipa: "ɛ",
61
- name: "É",
62
- length: "short"
63
- },
64
- {
65
- char: "í",
66
- id: "i_acute",
67
- charType: "vowel",
68
- ipa: "i",
69
- name: "Í",
70
- length: "short"
71
- },
72
- {
73
- char: "ó",
74
- id: "o_acute",
75
- charType: "vowel",
76
- ipa: "ɔ",
77
- name: "Ó",
78
- length: "short"
79
- },
80
- {
81
- char: "ú",
82
- id: "u_acute",
83
- charType: "vowel",
84
- ipa: "u",
85
- name: "Ú",
86
- length: "short"
87
- },
88
- {
89
- char: "ai",
90
- id: "ai",
91
- charType: "vowel",
92
- ipa: "a'i",
93
- name: "AI",
94
- length: "short"
95
- },
96
- {
97
- char: "au",
98
- id: "au",
99
- charType: "vowel",
100
- ipa: "a'u",
101
- name: "AU",
102
- length: "short"
103
- },
104
- {
105
- char: "ei",
106
- id: "ei",
107
- charType: "vowel",
108
- ipa: "e'i",
109
- name: "EI",
110
- length: "short"
111
- },
112
- {
113
- char: "eu",
114
- id: "eu",
115
- charType: "vowel",
116
- ipa: "e'u",
117
- name: "EU",
118
- length: "short"
119
- },
120
- {
121
- char: "oi",
122
- id: "oi",
123
- charType: "vowel",
124
- ipa: "o'i",
125
- name: "OI",
126
- length: "short"
127
- },
128
- {
129
- char: "ui",
130
- id: "ui",
131
- charType: "vowel",
132
- ipa: "u'i",
133
- name: "UI",
134
- length: "short"
135
- },
136
- {
137
- char: "iu",
138
- id: "iu",
139
- charType: "vowel",
140
- ipa: "i'u",
141
- name: "IU",
142
- length: "short"
143
- },
144
- {
145
- char: "ou",
146
- id: "ou",
147
- charType: "vowel",
148
- ipa: "oʊ",
149
- name: "OU",
150
- length: "short"
151
- },
152
- {
153
- char: "am",
154
- id: "am",
155
- charType: "vowel",
156
- ipa: "ã",
157
- name: "AM",
158
- length: "short"
159
- },
160
- {
161
- char: "an",
162
- id: "an",
163
- charType: "vowel",
164
- ipa: "ã",
165
- name: "AN",
166
- length: "short"
167
- },
168
- {
169
- char: "em",
170
- id: "em",
171
- charType: "vowel",
172
- ipa: "ẽ",
173
- name: "EM",
174
- length: "short"
175
- },
176
- {
177
- char: "en",
178
- id: "en",
179
- charType: "vowel",
180
- ipa: "ẽ",
181
- name: "EN",
182
- length: "short"
183
- },
184
- {
185
- char: "im",
186
- id: "im",
187
- charType: "vowel",
188
- ipa: "ĩ",
189
- name: "IM",
190
- length: "short"
191
- },
192
- {
193
- char: "in",
194
- id: "in",
195
- charType: "vowel",
196
- ipa: "ĩ",
197
- name: "IN",
198
- length: "short"
199
- },
200
- {
201
- char: "om",
202
- id: "om",
203
- charType: "vowel",
204
- ipa: "õ",
205
- name: "OM",
206
- length: "short"
207
- },
208
- {
209
- char: "on",
210
- id: "on",
211
- charType: "vowel",
212
- ipa: "õ",
213
- name: "ON",
214
- length: "short"
215
- },
216
- {
217
- char: "um",
218
- id: "um",
219
- charType: "vowel",
220
- ipa: "ũ",
221
- name: "UM",
222
- length: "short"
223
- },
224
- {
225
- char: "un",
226
- id: "un",
227
- charType: "vowel",
228
- ipa: "ũ",
229
- name: "UN",
230
- length: "short"
231
- }
232
- ], n = [
233
- {
234
- char: "b",
235
- id: "b",
236
- charType: "consonant",
237
- ipa: "b",
238
- name: "B",
239
- voicing: "voiced",
240
- articulation: "stop",
241
- place: "labial"
242
- },
243
- {
244
- char: "p",
245
- id: "p",
246
- charType: "consonant",
247
- ipa: "p",
248
- name: "P",
249
- voicing: "voiceless",
250
- articulation: "stop",
251
- place: "labial"
252
- },
253
- {
254
- char: "m",
255
- id: "m",
256
- charType: "consonant",
257
- ipa: "m",
258
- name: "M",
259
- voicing: "nasal",
260
- articulation: "nasal",
261
- place: "labial"
262
- },
263
- {
264
- char: "β",
265
- id: "b_fricative",
266
- charType: "consonant",
267
- ipa: "β",
268
- name: "B (fricative)",
269
- voicing: "voiced",
270
- articulation: "fricative",
271
- place: "labial"
272
- },
273
- {
274
- char: "f",
275
- id: "f",
276
- charType: "consonant",
277
- ipa: "f",
278
- name: "F",
279
- voicing: "voiceless",
280
- articulation: "fricative",
281
- place: "labial"
282
- },
283
- {
284
- char: "v",
285
- id: "v",
286
- charType: "consonant",
287
- ipa: "v",
288
- name: "V",
289
- voicing: "voiced",
290
- articulation: "fricative",
291
- place: "labial"
292
- },
293
- {
294
- char: "t",
295
- id: "t",
296
- charType: "consonant",
297
- ipa: "t",
298
- name: "T",
299
- voicing: "voiceless",
300
- articulation: "stop",
301
- place: "dental"
302
- },
303
- {
304
- char: "d",
305
- id: "d",
306
- charType: "consonant",
307
- ipa: "d",
308
- name: "D",
309
- voicing: "voiced",
310
- articulation: "stop",
311
- place: "dental"
312
- },
313
- {
314
- char: "ð",
315
- id: "d_fricative",
316
- charType: "consonant",
317
- ipa: "ð",
318
- name: "D (fricative)",
319
- voicing: "voiced",
320
- articulation: "fricative",
321
- place: "dental"
322
- },
323
- {
324
- char: "s",
325
- id: "s",
326
- charType: "consonant",
327
- ipa: "s",
328
- name: "S",
329
- voicing: "voiceless",
330
- articulation: "fricative",
331
- place: "alveolar"
332
- },
333
- {
334
- char: "z",
335
- id: "z",
336
- charType: "consonant",
337
- ipa: "z",
338
- name: "Z",
339
- voicing: "voiced",
340
- articulation: "fricative",
341
- place: "alveolar"
342
- },
343
- {
344
- char: "n",
345
- id: "n",
346
- charType: "consonant",
347
- ipa: "n",
348
- name: "N",
349
- voicing: "nasal",
350
- articulation: "nasal",
351
- place: "alveolar"
352
- },
353
- {
354
- char: "l",
355
- id: "l",
356
- charType: "consonant",
357
- ipa: "l",
358
- name: "L",
359
- voicing: "lateral",
360
- articulation: "lateral",
361
- place: "alveolar"
362
- },
363
- {
364
- char: "r",
365
- id: "r",
366
- charType: "consonant",
367
- ipa: "r",
368
- name: "R",
369
- voicing: "trill",
370
- articulation: "trill",
371
- place: "alveolar"
372
- },
373
- {
374
- char: "ʃ",
375
- id: "ch",
376
- charType: "consonant",
377
- ipa: "ʃ",
378
- name: "CH",
379
- voicing: "voiceless",
380
- articulation: "fricative",
381
- place: "palatal"
382
- },
383
- {
384
- char: "ʒ",
385
- id: "j",
386
- charType: "consonant",
387
- ipa: "ʒ",
388
- name: "J",
389
- voicing: "voiced",
390
- articulation: "fricative",
391
- place: "palatal"
392
- },
393
- {
394
- char: "j",
395
- id: "j_palatal",
396
- charType: "consonant",
397
- ipa: "j",
398
- name: "J (palatal)",
399
- voicing: "voiced",
400
- articulation: "approximant",
401
- place: "palatal"
402
- },
403
- {
404
- char: "ʝ",
405
- id: "j_fricative",
406
- charType: "consonant",
407
- ipa: "ʝ",
408
- name: "J (fricative)",
409
- voicing: "voiced",
410
- articulation: "fricative",
411
- place: "palatal"
412
- },
413
- {
414
- char: "k",
415
- id: "c",
416
- charType: "consonant",
417
- ipa: "k",
418
- name: "C",
419
- voicing: "voiceless",
420
- articulation: "stop",
421
- place: "velar"
422
- },
423
- {
424
- char: "ɡ",
425
- id: "g",
426
- charType: "consonant",
427
- ipa: "ɡ",
428
- name: "G",
429
- voicing: "voiced",
430
- articulation: "stop",
431
- place: "velar"
432
- },
433
- {
434
- char: "x",
435
- id: "g_before_e_i",
436
- charType: "consonant",
437
- ipa: "x",
438
- name: "G (before e/i)",
439
- voicing: "voiceless",
440
- articulation: "fricative",
441
- place: "velar"
442
- },
443
- {
444
- char: "ŋ",
445
- id: "n_before_k_g",
446
- charType: "consonant",
447
- ipa: "ŋ",
448
- name: "N (before k/g)",
449
- voicing: "nasal",
450
- articulation: "nasal",
451
- place: "velar"
452
- },
453
- {
454
- char: "w",
455
- id: "w_foreign",
456
- charType: "consonant",
457
- ipa: "w",
458
- name: "W (foreign)",
459
- voicing: "voiced",
460
- articulation: "approximant",
461
- place: "labial"
462
- },
463
- {
464
- char: "y",
465
- id: "y_foreign",
466
- charType: "consonant",
467
- ipa: "j",
468
- name: "Y (foreign)",
469
- voicing: "voiced",
470
- articulation: "approximant",
471
- place: "palatal"
472
- },
473
- {
474
- char: "q",
475
- id: "q_foreign",
476
- charType: "consonant",
477
- ipa: "k",
478
- name: "Q (foreign)",
479
- voicing: "voiceless",
480
- articulation: "stop",
481
- place: "velar"
482
- },
483
- {
484
- char: "x",
485
- id: "x_foreign",
486
- charType: "consonant",
487
- ipa: "ʃ",
488
- name: "X (foreign)",
489
- voicing: "voiceless",
490
- articulation: "fricative",
491
- place: "palatal"
492
- },
493
- {
494
- char: "z",
495
- id: "z_palatal",
496
- charType: "consonant",
497
- ipa: "ʒ",
498
- name: "Z (palatal)",
499
- voicing: "voiced",
500
- articulation: "fricative",
501
- place: "palatal"
502
- },
503
- {
504
- char: "d",
505
- id: "d_palatal",
506
- charType: "consonant",
507
- ipa: "dʒ",
508
- name: "D (palatal)",
509
- voicing: "voiced",
510
- articulation: "affricate",
511
- place: "palatal"
512
- },
513
- {
514
- char: "t",
515
- id: "t_palatal",
516
- charType: "consonant",
517
- ipa: "tʃ",
518
- name: "T (palatal)",
519
- voicing: "voiceless",
520
- articulation: "affricate",
521
- place: "palatal"
522
- },
523
- {
524
- char: "l",
525
- id: "l_velarized",
526
- charType: "consonant",
527
- ipa: "ɫ",
528
- name: "L (velarized)",
529
- voicing: "lateral",
530
- articulation: "lateral",
531
- place: "alveolar"
532
- },
533
- {
534
- char: "r",
535
- id: "r_fricative",
536
- charType: "consonant",
537
- ipa: "ʁ",
538
- name: "R (fricative)",
539
- voicing: "voiced",
540
- articulation: "fricative",
541
- place: "uvular"
542
- }
543
- ];
544
- [...t, ...n];
545
- //#endregion
546
- //#region src/index.ts
547
- var r = e({
548
- locale: "pt-BR",
549
- languageCode: "pt-br",
550
- displayName: "Portuguese (Brazil)",
551
- script: "Latn",
552
- aliases: ["pt-br"],
553
- characters: {
554
- vowels: {
555
- kind: "vowel",
556
- characters: t
557
- },
558
- consonants: {
559
- kind: "consonant",
560
- characters: n
561
- }
562
- },
563
- getMinimalPairs: async () => (await import("./dist-hOL002MB.js")).default
564
- });
565
- //#endregion
566
- export { r as brazilianPortugueseBundle, r as default, n as portugueseBrConsonants, t as portugueseBrVowels };