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

Unified Diff: source/data/curr/os.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/or.txt ('k') | source/data/curr/os_RU.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/curr/os.txt
diff --git a/source/data/curr/os.txt b/source/data/curr/os.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ba8d78374ef549816cc92afe775d760e20df6df4
--- /dev/null
+++ b/source/data/curr/os.txt
@@ -0,0 +1,78 @@
+// ***************************************************************************
+// *
+// * Copyright (C) 2014 International Business Machines
+// * Corporation and others. All Rights Reserved.
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/os.xml
+// *
+// ***************************************************************************
+/**
+ * ICU <specials> source: <path>/common/main/os.xml
+ */
+os{
+ Currencies{
+ BRL{
+ "R$",
+ "Бразилиаг реал",
+ }
+ EUR{
+ "€",
+ "Евро",
+ }
+ GBP{
+ "£",
+ "Бритайнаг Стерлингы Фунт",
+ }
+ GEL{
+ "GEL",
+ "Лар",
+ }
+ RUB{
+ "RUB",
+ "Сом",
+ }
+ USD{
+ "$",
+ "АИШ-ы Доллар",
+ }
+ XXX{
+ "XXX",
+ "Нӕзонгӕ валютӕ",
+ }
+ }
+ CurrencyPlurals{
+ BRL{
+ one{"бразилиаг реал"}
+ other{"бразилиаг реалы"}
+ }
+ EUR{
+ one{"евро"}
+ other{"евройы"}
+ }
+ GBP{
+ one{"бритайнаг стерлингы фунт"}
+ other{"бритайнаг стерлингы фунты"}
+ }
+ GEL{
+ one{"лар"}
+ other{"лары"}
+ }
+ RUB{
+ one{"сом"}
+ other{"сомы"}
+ }
+ USD{
+ one{"АИШ-ы доллар"}
+ other{"АИШ-ы доллары"}
+ }
+ XXX{
+ one{"нӕзонгӕ валютӕ"}
+ other{"нӕзонгӕ валютӕйы"}
+ }
+ }
+ CurrencyUnitPatterns{
+ one{"{0} {1}"}
+ other{"{0} {1}"}
+ }
+ Version{"2.1.7.53"}
+}
« no previous file with comments | « source/data/curr/or.txt ('k') | source/data/curr/os_RU.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698