blob: 514beba943bf06f50653d088cae7557b47bde24b (
plain)
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
|
// © 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_IN{
%%Parent{"en_001"}
Currencies{
USD{
"$",
"US Dollar",
}
VEF{
"VEF",
"Venezuelan Bolívar",
}
VES{
"VES",
"VES",
}
}
CurrencyPlurals{
VEF{
one{"Venezuelan bolívar"}
other{"Venezuelan bolívars"}
}
VES{
one{"VES"}
other{"VES"}
}
}
}
|