1// © 2016 and later: Unicode, Inc. and others. 2// License & terms of use: http://www.unicode.org/copyright.html#License 3ms{ 4 RBNFRules{ 5 OrdinalRules{ 6 "%digits-ordinal:", 7 "-x: \u2212ke->#,##0>;", 8 "0: ke-=#,##0=;", 9 "1: No. 1;", 10 "2: ke-=#,##0=;", 11 } 12 SpelloutRules{ 13 "%spellout-numbering-year:", 14 "x.x: =0.0=;", 15 "0: =%spellout-numbering=;", 16 "%spellout-numbering:", 17 "0: =%spellout-cardinal=;", 18 "%spellout-cardinal:", 19 "-x: negatif >>;", 20 "x.x: << perpuluhan >>;", 21 "0: kosong;", 22 "1: satu;", 23 "2: dua;", 24 "3: tiga;", 25 "4: empat;", 26 "5: lima;", 27 "6: enam;", 28 "7: tujuh;", 29 "8: lapan;", 30 "9: sembilan;", 31 "10: sepuluh;", 32 "11: sebelas;", 33 "12: >> belas;", 34 "20: << puluh[ >>];", 35 "100: seratus[ >>];", 36 "200: << ratus[ >>];", 37 "1000: seribu[ >>];", 38 "2000: << ribu[ >>];", 39 "1000000: sejuta[ >>];", 40 "2000000: << juta[ >>];", 41 "1000000000: << bilion[ >>];", 42 "1000000000000: << trilion[ >>];", 43 "1000000000000000: << kuadrilion[ >>];", 44 "1000000000000000000: =#,##0=;", 45 "%spellout-ordinal:", 46 "-x: negatif >>;", 47 "x.x: =#,##0.#=;", 48 "0: kekosong;", 49 "1: pertama;", 50 "2: ke=%spellout-cardinal=;", 51 } 52 } 53 Version{"36.1"} 54} 55