diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /intl/icu/source/data/curr/su.txt | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'intl/icu/source/data/curr/su.txt')
-rw-r--r-- | intl/icu/source/data/curr/su.txt | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/intl/icu/source/data/curr/su.txt b/intl/icu/source/data/curr/su.txt new file mode 100644 index 0000000000..00ece8a412 --- /dev/null +++ b/intl/icu/source/data/curr/su.txt @@ -0,0 +1,86 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html#License +su{ + Currencies{ + BRL{ + "R$", + "Real Brasil", + } + CNY{ + "CN¥", + "Yuan Tiongkok", + } + EUR{ + "€", + "Euro", + } + GBP{ + "£", + "Pound Inggris", + } + IDR{ + "Rp", + "Rupee Indonésia", + } + INR{ + "₹", + "Rupee India", + } + JPY{ + "¥", + "Yén Jepang", + } + RUB{ + "RUB", + "Rubel Rusia", + } + USD{ + "$", + "Dolar A.S.", + } + } + Currencies%narrow{ + BRL{"R$"} + CNY{"¥"} + EUR{"€"} + GBP{"£"} + IDR{"Rp"} + INR{"₹"} + JPY{"¥"} + RUB{"₽"} + USD{"$"} + } + CurrencyPlurals{ + BRL{ + other{"real Brasil"} + } + CNY{ + other{"yuan Tiongkok"} + } + EUR{ + other{"euro"} + } + GBP{ + other{"pound Inggris"} + } + IDR{ + other{"rupee Indonésia"} + } + INR{ + other{"rupee India"} + } + JPY{ + other{"yén Jepang"} + } + RUB{ + other{"rubel Rusia"} + } + USD{ + other{"dolar A.S."} + } + } + CurrencyUnitPatterns{ + other{"{0} {1}"} + } + Version{"37"} +} |