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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/curr/en_001.txt
diff --git a/source/data/curr/en_001.txt b/source/data/curr/en_001.txt
index 9679f3ed8525f4ad53a4ae30c9ac3cb4c24e6b98..9f12c1fe45b10ac63a8d2abde9a55509349659fe 100755
--- a/source/data/curr/en_001.txt
+++ b/source/data/curr/en_001.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_001.xml
@@ -8,10 +8,64 @@
// ***************************************************************************
en_001{
Currencies{
+ BYB{
+ "BYB",
+ "Belarusian New Rouble (1994–1999)",
+ }
+ BYR{
+ "BYR",
+ "Belarusian Rouble",
+ }
+ JPY{
+ "JP¥",
+ "Japanese Yen",
+ }
+ LVR{
+ "LVR",
+ "Latvian Rouble",
+ }
+ RUB{
+ "RUB",
+ "Russian Rouble",
+ }
+ RUR{
+ "RUR",
+ "Russian Rouble (1991–1998)",
+ }
+ TJR{
+ "TJR",
+ "Tajikistani Rouble",
+ }
USD{
"US$",
"US Dollar",
}
}
- Version{"2.1.6.69"}
+ CurrencyPlurals{
+ BYB{
+ one{"Belarusian new rouble (1994–1999)"}
+ other{"Belarusian new roubles (1994–1999)"}
+ }
+ BYR{
+ one{"Belarusian rouble"}
+ other{"Belarusian roubles"}
+ }
+ 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)"}
+ }
+ TJR{
+ one{"Tajikistani rouble"}
+ other{"Tajikistani roubles"}
+ }
+ }
+ Version{"2.1.19.14"}
}
« 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