]>
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 | id{ |
4 | RBNFRules{ | |
5 | OrdinalRules{ | |
6 | "%digits-ordinal:", | |
f3c0d7a5 A |
7 | "-x: \u2212ke->#,##0>;", |
8 | "0: ke-=#,##0=;", | |
729e4ab9 A |
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=;", | |
16 | "%spellout-cardinal:", | |
2ca993e8 | 17 | "-x: negatif >>;", |
729e4ab9 A |
18 | "x.x: << titik >>;", |
19 | "0: kosong;", | |
20 | "1: satu;", | |
21 | "2: dua;", | |
22 | "3: tiga;", | |
23 | "4: empat;", | |
24 | "5: lima;", | |
25 | "6: enam;", | |
26 | "7: tujuh;", | |
27 | "8: delapan;", | |
28 | "9: sembilan;", | |
29 | "10: sepuluh;", | |
30 | "11: sebelas;", | |
31 | "12: >> belas;", | |
32 | "20: << puluh[ >>];", | |
33 | "100: seratus[ >>];", | |
34 | "200: << ratus[ >>];", | |
35 | "1000: seribu[ >>];", | |
36 | "2000: << ribu[ >>];", | |
b331163b A |
37 | "1000000: << juta[ >>];", |
38 | "1000000000: << miliar[ >>];", | |
39 | "1000000000000: << triliun[ >>];", | |
40 | "1000000000000000: << kuadriliun[ >>];", | |
729e4ab9 A |
41 | "1000000000000000000: =#,##0.#=;", |
42 | "%spellout-ordinal:", | |
2ca993e8 | 43 | "-x: negatif >>;", |
729e4ab9 A |
44 | "x.x: =#,##0.#=;", |
45 | "0: ke=%spellout-cardinal=;", | |
46 | } | |
47 | } | |
f3c0d7a5 | 48 | Version{"2.1.32.38"} |
729e4ab9 | 49 | } |