• 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
4wae{
5    Currencies{
6        BRL{
7            "R$",
8            "Brasilianiši Real",
9        }
10        CNY{
11            "CN¥",
12            "Chinesiši Yuan",
13        }
14        EUR{
15            "€",
16            "Euro",
17        }
18        GBP{
19            "£",
20            "Pfund",
21        }
22        INR{
23            "₹",
24            "Indiši Rupie",
25        }
26        JPY{
27            "¥",
28            "Yen",
29        }
30        RUB{
31            "RUB",
32            "Rubel",
33        }
34        USD{
35            "$",
36            "Dollar",
37        }
38        XXX{
39            "¤",
40            "Unbekannti Wãrig",
41        }
42    }
43    CurrencyPlurals{
44        BRL{
45            one{"Brasilianišä Real"}
46            other{"Brasilianiši Real"}
47        }
48        CNY{
49            one{"Chinesišä Yuan"}
50            other{"Chinesiši Yuan"}
51        }
52        EUR{
53            one{"Euro"}
54            other{"Euro"}
55        }
56        GBP{
57            one{"Pfund"}
58            other{"Pfund"}
59        }
60        INR{
61            one{"Indišä Rupie"}
62            other{"Indiši Rupie"}
63        }
64        JPY{
65            one{"Yen"}
66            other{"Yen"}
67        }
68        RUB{
69            one{"Rubel"}
70            other{"Rubel"}
71        }
72        USD{
73            one{"Dollar"}
74            other{"Dollar"}
75        }
76        XXX{
77            one{"Unbekannti Wãrig"}
78            other{"Unbekannti Wãrig"}
79        }
80    }
81    CurrencyUnitPatterns{
82        one{"{0} {1}"}
83        other{"{0} {1}"}
84    }
85}
86