]>
Commit | Line | Data |
---|---|---|
f3c0d7a5 A |
1 | // © 2016 and later: Unicode, Inc. and others. |
2 | // License & terms of use: http://www.unicode.org/copyright.html#License | |
729e4ab9 A |
3 | vi{ |
4 | RBNFRules{ | |
5 | OrdinalRules{ | |
6 | "%digits-ordinal:", | |
7 | "-x: \u2212>>;", | |
8 | "0: th\u1EE9 =#,##0=;", | |
9 | } | |
10 | SpelloutRules{ | |
11 | "%spellout-numbering-year:", | |
f3c0d7a5 | 12 | "x.x: =0.0=;", |
729e4ab9 A |
13 | "0: =%spellout-numbering=;", |
14 | "%spellout-numbering:", | |
15 | "0: =%spellout-cardinal=;", | |
4388f060 A |
16 | "%%teen:", |
17 | "0: =%spellout-cardinal=;", | |
18 | "5: l\u0103m;", | |
19 | "6: =%spellout-cardinal=;", | |
20 | "%%x-ty:", | |
21 | "0: =%spellout-cardinal=;", | |
22 | "1: m\u1ED1t;", | |
23 | "2: =%%teen=;", | |
f3c0d7a5 A |
24 | "4: t\u01B0;", |
25 | "5: =%%teen=;", | |
4388f060 A |
26 | "%%after-hundred:", |
27 | "0: l\u1EBB =%spellout-cardinal=;", | |
28 | "10: =%spellout-cardinal=;", | |
29 | "%%after-thousand-or-more:", | |
30 | "0: kh\u00F4ng tr\u0103m =%%after-hundred=;", | |
31 | "100: =%spellout-cardinal=;", | |
729e4ab9 | 32 | "%spellout-cardinal:", |
4388f060 | 33 | "-x: \u00E2m >>;", |
729e4ab9 A |
34 | "x.x: << ph\u1EA9y >>;", |
35 | "0: kh\u00F4ng;", | |
36 | "1: m\u1ED9t;", | |
37 | "2: hai;", | |
38 | "3: ba;", | |
39 | "4: b\u1ED1n;", | |
40 | "5: n\u0103m;", | |
41 | "6: s\u00E1u;", | |
42 | "7: b\u1EA3y;", | |
43 | "8: t\u00E1m;", | |
44 | "9: ch\u00EDn;", | |
4388f060 A |
45 | "10: m\u01B0\u1EDDi[ >%%teen>];", |
46 | "20: << m\u01B0\u01A1i[ >%%x-ty>];", | |
47 | "100: << tr\u0103m[ >%%after-hundred>];", | |
48 | "1000: << ngh\u00ECn[ >%%after-thousand-or-more>];", | |
f3c0d7a5 A |
49 | "1000000: << tri\u1EC7u[ >%%after-hundred>];", |
50 | "1000000000: << t\u1EF7[ >%%after-hundred>];", | |
729e4ab9 A |
51 | "1000000000000000000: =#,##0=;", |
52 | "%spellout-ordinal:", | |
53 | "x.x: =#,##0.#=;", | |
54 | "0: th\u1EE9 =%spellout-cardinal=;", | |
4388f060 A |
55 | "1: th\u1EE9 nh\u1EA5t;", |
56 | "2: th\u1EE9 nh\u00EC;", | |
57 | "3: th\u1EE9 =%spellout-cardinal=;", | |
58 | "4: th\u1EE9 t\u01B0;", | |
59 | "5: th\u1EE9 =%spellout-cardinal=;", | |
729e4ab9 A |
60 | } |
61 | } | |
f3c0d7a5 | 62 | Version{"2.1.27.23"} |
729e4ab9 | 63 | } |