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

Unified Diff: source/data/curr/lrc.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/lo.txt ('k') | source/data/curr/lt.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/curr/lrc.txt
diff --git a/source/data/curr/lrc.txt b/source/data/curr/lrc.txt
new file mode 100755
index 0000000000000000000000000000000000000000..bf51761a3b96dd261c6e7af61495644a794debac
--- /dev/null
+++ b/source/data/curr/lrc.txt
@@ -0,0 +1,88 @@
+// ***************************************************************************
+// *
+// * Copyright (C) 2015 International Business Machines
+// * Corporation and others. All Rights Reserved.
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lrc.xml
+// *
+// ***************************************************************************
+lrc{
+ Currencies{
+ BRL{
+ "R$",
+ "رئال بئرئزیل",
+ }
+ CNY{
+ "CN¥",
+ "یوان چین",
+ }
+ EUR{
+ "€",
+ "یورو",
+ }
+ GBP{
+ "£",
+ "پوند بئریتانیا",
+ }
+ INR{
+ "₹",
+ "روٙپیه هئن",
+ }
+ JPY{
+ "JP¥",
+ "یئن جاپوٙن",
+ }
+ RUB{
+ "RUB",
+ "روٙبل روٙسیه",
+ }
+ USD{
+ "US$",
+ "USD",
+ }
+ XXX{
+ "XXX",
+ "پیل نادیار",
+ }
+ }
+ Currencies%narrow{
+ BRL{"R$"}
+ CNY{"¥"}
+ EUR{"€"}
+ GBP{"£"}
+ INR{"₹"}
+ JPY{"¥"}
+ RUB{"₽"}
+ USD{"$"}
+ }
+ CurrencyPlurals{
+ BRL{
+ other{"رئال بئرئزیل"}
+ }
+ CNY{
+ other{"یوان چین"}
+ }
+ EUR{
+ other{"یورو"}
+ }
+ GBP{
+ other{"پوند بئریتانیا"}
+ }
+ INR{
+ other{"روٙپیه هئن"}
+ }
+ JPY{
+ other{"یئن جاپوٙن"}
+ }
+ RUB{
+ other{"روٙبل روٙسیه"}
+ }
+ USD{
+ other{"USD"}
+ }
+ XXX{
+ other{"پیل نادیار"}
+ }
+ }
+ Version{"2.1.19.97"}
+}
« no previous file with comments | « source/data/curr/lo.txt ('k') | source/data/curr/lt.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698