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"} |
+} |