1// ***************************************************************************
2// *
3// * Copyright (C) 2015 International Business Machines
4// * Corporation and others. All Rights Reserved.
5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6// * Source File: <path>/common/rbnf/ms.xml
7// *
8// ***************************************************************************
9ms{
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:",
23            "-x: minus >>;",
24            "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: lapan;",
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[ >>];",
43            "1000000: << juta[ >>];",
44            "1000000000: << milyar[ >>];",
45            "1000000000000: << bilyun[ >>];",
46            "1000000000000000: << bilyar[ >>];",
47            "1000000000000000000: =#,##0=;",
48            "%spellout-ordinal:",
49            "-x: minus >>;",
50            "x.x: =#,##0.#=;",
51            "0: kekosong;",
52            "1: pertama;",
53            "2: ke=%spellout-cardinal=;",
54        }
55    }
56    Version{"2.1.19.14"}
57}
58