From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- intl/icu/source/data/curr/os.txt | 69 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 intl/icu/source/data/curr/os.txt (limited to 'intl/icu/source/data/curr/os.txt') diff --git a/intl/icu/source/data/curr/os.txt b/intl/icu/source/data/curr/os.txt new file mode 100644 index 0000000000..1d13e0576f --- /dev/null +++ b/intl/icu/source/data/curr/os.txt @@ -0,0 +1,69 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html +// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml +os{ + Currencies{ + BRL{ + "R$", + "Бразилиаг реал", + } + EUR{ + "€", + "Евро", + } + GBP{ + "£", + "Бритайнаг Фунт", + } + GEL{ + "₾", + "Лар", + } + RUB{ + "RUB", + "Сом", + } + USD{ + "$", + "АИШ-ы Доллар", + } + 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}"} + } +} -- cgit v1.2.3