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/om.txt | 47 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 intl/icu/source/data/curr/om.txt (limited to 'intl/icu/source/data/curr/om.txt') diff --git a/intl/icu/source/data/curr/om.txt b/intl/icu/source/data/curr/om.txt new file mode 100644 index 0000000000..cb4f27bf52 --- /dev/null +++ b/intl/icu/source/data/curr/om.txt @@ -0,0 +1,47 @@ +// © 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 +om{ + Currencies{ + BRL{ + "R$", + "Brazilian Real", + } + CNY{ + "CN¥", + "Chinese Yuan Renminbi", + } + ETB{ + "Br", + "Itoophiyaa Birrii", + } + EUR{ + "€", + "Euro", + } + GBP{ + "£", + "British Pound", + } + INR{ + "₹", + "Indian Rupee", + } + JPY{ + "JP¥", + "Japanese Yen", + } + RUB{ + "RUB", + "Russian Ruble", + } + USD{ + "US$", + "US Dollar", + } + } + CurrencyUnitPatterns{ + one{"{0} {1}"} + other{"{0} {1}"} + } +} -- cgit v1.2.3