• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html
3// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
4su{
5    Currencies{
6        BRL{
7            "R$",
8            "Real Brasil",
9        }
10        CNY{
11            "CN¥",
12            "Yuan Tiongkok",
13        }
14        EUR{
15            "€",
16            "Euro",
17        }
18        GBP{
19            "£",
20            "Pound Inggris",
21        }
22        IDR{
23            "Rp",
24            "Rupee Indonésia",
25        }
26        INR{
27            "₹",
28            "Rupee India",
29        }
30        JPY{
31            "¥",
32            "Yén Jepang",
33        }
34        RUB{
35            "RUB",
36            "Rubel Rusia",
37        }
38        USD{
39            "$",
40            "Dolar A.S.",
41        }
42        XXX{
43            "¤",
44            "Mata Uang Teu Dikenal",
45        }
46    }
47    Currencies%narrow{
48        BRL{"R$"}
49        CNY{"¥"}
50        EUR{"€"}
51        GBP{"£"}
52        IDR{"Rp"}
53        INR{"₹"}
54        JPY{"¥"}
55        RUB{"₽"}
56        USD{"$"}
57    }
58    CurrencyPlurals{
59        BRL{
60            other{"real Brasil"}
61        }
62        CNY{
63            other{"yuan Tiongkok"}
64        }
65        EUR{
66            other{"euro"}
67        }
68        GBP{
69            other{"pound Inggris"}
70        }
71        IDR{
72            other{"rupee Indonésia"}
73        }
74        INR{
75            other{"rupee India"}
76        }
77        JPY{
78            other{"yén Jepang"}
79        }
80        RUB{
81            other{"rubel Rusia"}
82        }
83        USD{
84            other{"dolar A.S."}
85        }
86        XXX{
87            other{"(mata uang teu dikenal)"}
88        }
89    }
90    CurrencyUnitPatterns{
91        other{"{0} {1}"}
92    }
93}
94