]>
Commit | Line | Data |
---|---|---|
0f5d89e8 A |
1 | // © 2016 and later: Unicode, Inc. and others. |
2 | // License & terms of use: http://www.unicode.org/copyright.html#License | |
3 | wo{ | |
4 | Currencies{ | |
5 | BRL{ | |
6 | "R$", | |
7 | "Real bu Bresil", | |
8 | } | |
9 | CNY{ | |
10 | "CN¥", | |
11 | "Yuan bu Siin", | |
12 | } | |
13 | EUR{ | |
14 | "€", | |
15 | "Euro", | |
16 | } | |
17 | GBP{ | |
18 | "£", | |
19 | "Pound bu Grànd Brëtaañ", | |
20 | } | |
21 | INR{ | |
22 | "₹", | |
23 | "Rupee bu End", | |
24 | } | |
25 | JPY{ | |
26 | "JP¥", | |
27 | "Yen bu Sapoŋ", | |
28 | } | |
29 | RUB{ | |
30 | "RUB", | |
31 | "Ruble bi Rsis", | |
32 | } | |
33 | USD{ | |
34 | "$", | |
35 | "Dolaaru US", | |
36 | } | |
37 | XOF{ | |
38 | "CFA", | |
39 | "Franc CFA bu Afrik Sowwu-jant", | |
40 | } | |
41 | XXX{ | |
3d1f044b | 42 | "¤", |
0f5d89e8 A |
43 | "Xaalis buñ Xamul", |
44 | } | |
45 | } | |
46 | Currencies%narrow{ | |
47 | BRL{"R$"} | |
48 | CNY{"¥"} | |
49 | EUR{"€"} | |
50 | GBP{"£"} | |
51 | INR{"₹"} | |
52 | JPY{"¥"} | |
53 | RUB{"₽"} | |
54 | USD{"$"} | |
55 | } | |
56 | CurrencyPlurals{ | |
57 | BRL{ | |
58 | other{"Real yu Bresil"} | |
59 | } | |
60 | CNY{ | |
61 | other{"Yuan yu Siin"} | |
62 | } | |
63 | EUR{ | |
64 | other{"euro"} | |
65 | } | |
66 | GBP{ | |
67 | other{"Pound yu Grànd Brëtaañ"} | |
68 | } | |
69 | INR{ | |
70 | other{"Rupee yu End"} | |
71 | } | |
72 | JPY{ | |
73 | other{"Yen yu Sapoŋ"} | |
74 | } | |
75 | RUB{ | |
76 | other{"Ruble yu Risi"} | |
77 | } | |
78 | USD{ | |
79 | other{"Dolaari US"} | |
80 | } | |
81 | XOF{ | |
82 | other{"Franc CFA yu Afrik Sowwu-jant"} | |
83 | } | |
84 | XXX{ | |
85 | other{"(xaalis buñ xamul)"} | |
86 | } | |
87 | } | |
88 | CurrencyUnitPatterns{ | |
89 | other{"{0} {1}"} | |
90 | } | |
340931cb | 91 | Version{"36.1"} |
0f5d89e8 | 92 | } |