1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
|
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
en_CA{
Currencies{
BMD{
"BMD",
"Bermudian Dollar",
}
BYB{
"BYB",
"Belarusian New Rouble (1994–1999)",
}
BYN{
"BYN",
"Belarusian Rouble",
}
BYR{
"BYR",
"Belarusian Rouble (2000–2016)",
}
CAD{
"$",
"Canadian Dollar",
}
JPY{
"JP¥",
"Japanese Yen",
}
LVR{
"LVR",
"Latvian Rouble",
}
RUB{
"RUB",
"Russian Rouble",
}
RUR{
"RUR",
"Russian Rouble (1991–1998)",
}
SHP{
"SHP",
"Saint Helena Pound",
}
STN{
"STN",
"São Tomé and Príncipe Dobra",
}
TJR{
"TJR",
"Tajikistani Rouble",
}
TTD{
"TTD",
"Trinidad and Tobago Dollar",
}
USD{
"US$",
"US Dollar",
}
XXX{
"¤",
"unknown currency",
}
}
Currencies%narrow{
USD{"US$"}
}
CurrencyPlurals{
AFN{
one{"Afghan afghani"}
other{"Afghan afghanis"}
}
BMD{
one{"Bermudian dollar"}
other{"Bermudian dollars"}
}
BYB{
one{"Belarusian new rouble (1994–1999)"}
other{"Belarusian new roubles (1994–1999)"}
}
BYN{
one{"Belarusian rouble"}
other{"Belarusian roubles"}
}
BYR{
one{"Belarusian rouble (2000–2016)"}
other{"Belarusian roubles (2000–2016)"}
}
LVR{
one{"Latvian rouble"}
other{"Latvian roubles"}
}
RUB{
one{"Russian rouble"}
other{"Russian roubles"}
}
RUR{
one{"Russian rouble (1991–1998)"}
other{"Russian roubles (1991–1998)"}
}
SHP{
one{"Saint Helena pound"}
other{"Saint Helena pounds"}
}
STN{
one{"São Tomé and Príncipe dobra"}
other{"São Tomé and Príncipe dobras"}
}
TJR{
one{"Tajikistani rouble"}
other{"Tajikistani roubles"}
}
TTD{
one{"Trinidad and Tobago dollar"}
other{"Trinidad and Tobago dollars"}
}
}
}
|