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

Unified Diff: source/data/curr/en_AU.txt

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 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_AI.txt ('k') | source/data/curr/en_BB.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/curr/en_AU.txt
diff --git a/source/data/curr/en_AU.txt b/source/data/curr/en_AU.txt
index e36e18b63b465359ddc47cfa07dfa4ddea59287a..f47676b759f4c83c17acb808b26f93cc014ef3a6 100644
--- a/source/data/curr/en_AU.txt
+++ b/source/data/curr/en_AU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2013 International Business Machines
+// * Copyright (C) 2014 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_AU.xml
@@ -9,24 +9,76 @@
en_AU{
%%Parent{"en_GB"}
Currencies{
- AUD{
- "$",
- "Australian Dollar",
+ BYR{
+ "BYR",
+ "Belarusian Rouble",
}
- EUR{
- "€",
- "Euro",
+ GBP{
+ "£",
+ "British Pound",
+ }
+ RUB{
+ "RUB",
+ "Russian Rouble",
+ }
+ SCR{
+ "SCR",
+ "Seychelles Rupee",
+ }
+ UZS{
+ "UZS",
+ "Uzbekistani Som",
}
- USD{
- "US$",
- "US Dollar",
+ XAF{
+ "FCFA",
+ "Central African CFA Franc",
+ }
+ XOF{
+ "CFA",
+ "West African CFA Franc",
}
}
CurrencyPlurals{
+ BYR{
+ one{"Belarusian rouble"}
+ other{"Belarusian roubles"}
+ }
EUR{
one{"euro"}
other{"euro"}
}
+ GBP{
+ one{"British pound"}
+ other{"British pounds"}
+ }
+ MGA{
+ one{"Malagasy ariary"}
+ other{"Malagasy ariarys"}
+ }
+ MWK{
+ one{"Malawian kwacha"}
+ other{"Malawian kwachas"}
+ }
+ RUB{
+ one{"Russian rouble"}
+ other{"Russian roubles"}
+ }
+ UZS{
+ one{"Uzbekistani som"}
+ other{"Uzbekistani som"}
+ }
+ XAF{
+ one{"Central African CFA franc"}
+ other{"Central African CFA francs"}
+ }
+ XOF{
+ one{"West African CFA franc"}
+ other{"West African CFA francs"}
+ }
+ XXX{
+ one{"(unknown currency)"}
+ other{"(unknown currency)"}
+ }
}
- Version{"2.0.92.87"}
+ Version{"2.1.8.19"}
}
« no previous file with comments | « source/data/curr/en_AI.txt ('k') | source/data/curr/en_BB.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698