blob: cc5eff1e215a016718b85f007631d944f4512288 [file] [log] [blame]
Jean-Baptiste Queru6d5deb12009-07-20 15:14:11 -07001// ***************************************************************************
2// *
Fredrik Roubert8de051c2016-03-10 13:13:27 +01003// * Copyright (C) 2016 International Business Machines
ccornelius59d709d2014-02-20 10:29:46 -08004// * Corporation and others. All Rights Reserved.
5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6// * Source File: <path>/common/rbnf/id.xml
Jean-Baptiste Queru6d5deb12009-07-20 15:14:11 -07007// *
8// ***************************************************************************
Jean-Baptiste Queru6d5deb12009-07-20 15:14:11 -07009id{
10 RBNFRules{
11 OrdinalRules{
12 "%digits-ordinal:",
13 "-x: ke\u2212>#,##0>;",
14 "0: ke=#,##0=;",
15 }
16 SpelloutRules{
17 "%spellout-numbering-year:",
18 "x.x: =#,###0.#=;",
19 "0: =%spellout-numbering=;",
20 "%spellout-numbering:",
21 "0: =%spellout-cardinal=;",
22 "%spellout-cardinal:",
Fredrik Roubert8de051c2016-03-10 13:13:27 +010023 "-x: negatif >>;",
Jean-Baptiste Queru6d5deb12009-07-20 15:14:11 -070024 "x.x: << titik >>;",
25 "0: kosong;",
26 "1: satu;",
27 "2: dua;",
28 "3: tiga;",
29 "4: empat;",
30 "5: lima;",
31 "6: enam;",
32 "7: tujuh;",
33 "8: delapan;",
34 "9: sembilan;",
35 "10: sepuluh;",
36 "11: sebelas;",
37 "12: >> belas;",
38 "20: << puluh[ >>];",
39 "100: seratus[ >>];",
40 "200: << ratus[ >>];",
41 "1000: seribu[ >>];",
42 "2000: << ribu[ >>];",
ccorneliusf9878a22014-11-20 18:09:39 -080043 "1000000: << juta[ >>];",
44 "1000000000: << miliar[ >>];",
45 "1000000000000: << triliun[ >>];",
46 "1000000000000000: << kuadriliun[ >>];",
Jean-Baptiste Queru6d5deb12009-07-20 15:14:11 -070047 "1000000000000000000: =#,##0.#=;",
48 "%spellout-ordinal:",
Fredrik Roubert8de051c2016-03-10 13:13:27 +010049 "-x: negatif >>;",
Jean-Baptiste Queru6d5deb12009-07-20 15:14:11 -070050 "x.x: =#,##0.#=;",
51 "0: ke=%spellout-cardinal=;",
52 }
53 }
Fredrik Roubert8de051c2016-03-10 13:13:27 +010054 Version{"2.1.21.63"}
Jean-Baptiste Queru6d5deb12009-07-20 15:14:11 -070055}