]>
Commit | Line | Data |
---|---|---|
f3c0d7a5 A |
1 | // © 2016 and later: Unicode, Inc. and others. |
2 | // License & terms of use: http://www.unicode.org/copyright.html#License | |
729e4ab9 A |
3 | ig{ |
4 | Currencies{ | |
3d1f044b A |
5 | BRL{ |
6 | "R$", | |
7 | "Real Brazil", | |
8 | } | |
9 | CNY{ | |
10 | "CN¥", | |
11 | "Yuan China", | |
12 | } | |
729e4ab9 | 13 | CVE{ |
4388f060 | 14 | "CVE", |
729e4ab9 A |
15 | "Escudo Caboverdiano", |
16 | } | |
3d1f044b A |
17 | EUR{ |
18 | "€", | |
19 | "Euro", | |
20 | } | |
21 | GBP{ | |
22 | "£", | |
23 | "Pound British", | |
24 | } | |
25 | INR{ | |
26 | "₹", | |
27 | "Rupee India", | |
28 | } | |
29 | JPY{ | |
30 | "¥", | |
31 | "Yen Japan", | |
32 | } | |
729e4ab9 A |
33 | NGN{ |
34 | "₦", | |
35 | "Naịra", | |
36 | } | |
3d1f044b A |
37 | RUB{ |
38 | "RUB", | |
39 | "Ruble Russia", | |
40 | } | |
41 | USD{ | |
42 | "$", | |
43 | "Dollar US", | |
44 | } | |
45 | XXX{ | |
46 | "¤", | |
47 | "Ego Amaghị", | |
48 | } | |
49 | } | |
50 | Currencies%narrow{ | |
51 | BRL{"R$"} | |
52 | CNY{"¥"} | |
53 | EUR{"€"} | |
54 | GBP{"£"} | |
55 | INR{"₹"} | |
56 | JPY{"¥"} | |
57 | RUB{"₽"} | |
58 | USD{"$"} | |
59 | } | |
60 | CurrencyPlurals{ | |
61 | BRL{ | |
62 | other{"Real Brazil"} | |
63 | } | |
64 | CNY{ | |
65 | other{"Yuan China"} | |
66 | } | |
67 | EUR{ | |
68 | other{"euro"} | |
69 | } | |
70 | GBP{ | |
71 | other{"Pound British"} | |
72 | } | |
73 | INR{ | |
74 | other{"Rupee India"} | |
75 | } | |
76 | JPY{ | |
77 | other{"Yen Japan"} | |
78 | } | |
79 | RUB{ | |
80 | other{"Ruble Russia"} | |
81 | } | |
82 | USD{ | |
83 | other{"dollar US"} | |
84 | } | |
85 | XXX{ | |
86 | other{"(ego amaghị)"} | |
87 | } | |
729e4ab9 | 88 | } |
f3c0d7a5 A |
89 | CurrencyUnitPatterns{ |
90 | other{"{0} {1}"} | |
91 | } | |
3d1f044b | 92 | Version{"2.1.48.45"} |
729e4ab9 | 93 | } |