]>
Commit | Line | Data |
---|---|---|
1 | // *************************************************************************** | |
2 | // * | |
3 | // * Copyright (C) 2016 International Business Machines | |
4 | // * Corporation and others. All Rights Reserved. | |
5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | |
6 | // * Source File: <path>/common/main/en_001.xml | |
7 | // * | |
8 | // *************************************************************************** | |
9 | en_001{ | |
10 | Currencies{ | |
11 | BYB{ | |
12 | "BYB", | |
13 | "Belarusian New Rouble (1994–1999)", | |
14 | } | |
15 | BYR{ | |
16 | "BYR", | |
17 | "Belarusian Rouble", | |
18 | } | |
19 | JPY{ | |
20 | "JP¥", | |
21 | "Japanese Yen", | |
22 | } | |
23 | LVR{ | |
24 | "LVR", | |
25 | "Latvian Rouble", | |
26 | } | |
27 | RUB{ | |
28 | "RUB", | |
29 | "Russian Rouble", | |
30 | } | |
31 | RUR{ | |
32 | "RUR", | |
33 | "Russian Rouble (1991–1998)", | |
34 | } | |
35 | TJR{ | |
36 | "TJR", | |
37 | "Tajikistani Rouble", | |
38 | } | |
39 | USD{ | |
40 | "US$", | |
41 | "US Dollar", | |
42 | } | |
43 | } | |
44 | CurrencyPlurals{ | |
45 | BYB{ | |
46 | one{"Belarusian new rouble (1994–1999)"} | |
47 | other{"Belarusian new roubles (1994–1999)"} | |
48 | } | |
49 | BYR{ | |
50 | one{"Belarusian rouble"} | |
51 | other{"Belarusian roubles"} | |
52 | } | |
53 | LVR{ | |
54 | one{"Latvian rouble"} | |
55 | other{"Latvian roubles"} | |
56 | } | |
57 | RUB{ | |
58 | one{"Russian rouble"} | |
59 | other{"Russian roubles"} | |
60 | } | |
61 | RUR{ | |
62 | one{"Russian rouble (1991–1998)"} | |
63 | other{"Russian roubles (1991–1998)"} | |
64 | } | |
65 | TJR{ | |
66 | one{"Tajikistani rouble"} | |
67 | other{"Tajikistani roubles"} | |
68 | } | |
69 | } | |
70 | Version{"2.1.22.91"} | |
71 | } |