Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Side by Side Diff: source/data/curr/en_001.txt

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/data/curr/en.txt ('k') | source/data/curr/en_150.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // *************************************************************************** 1 // ***************************************************************************
2 // * 2 // *
3 // * Copyright (C) 2014 International Business Machines 3 // * Copyright (C) 2015 International Business Machines
4 // * Corporation and others. All Rights Reserved. 4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/en_001.xml 6 // * Source File: <path>/common/main/en_001.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 en_001{ 9 en_001{
10 Currencies{ 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 }
11 USD{ 39 USD{
12 "US$", 40 "US$",
13 "US Dollar", 41 "US Dollar",
14 } 42 }
15 } 43 }
16 Version{"2.1.6.69"} 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.19.14"}
17 } 71 }
OLDNEW
« no previous file with comments | « source/data/curr/en.txt ('k') | source/data/curr/en_150.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698