-// ***************************************************************************
-// *
-// * Copyright (C) 2014 International Business Machines
-// * Corporation and others. All Rights Reserved.
-// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
-// * Source File: <path>/common/main/en_001.xml
-// *
-// ***************************************************************************
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html#License
en_001{
Currencies{
+ BYB{
+ "BYB",
+ "Belarusian New Rouble (1994–1999)",
+ }
+ BYN{
+ "BYN",
+ "Belarusian Rouble",
+ }
+ BYR{
+ "BYR",
+ "Belarusian Rouble (2000–2016)",
+ }
+ JPY{
+ "JP¥",
+ "Japanese Yen",
+ }
+ LVR{
+ "LVR",
+ "Latvian Rouble",
+ }
+ RUB{
+ "RUB",
+ "Russian Rouble",
+ }
+ RUR{
+ "RUR",
+ "Russian Rouble (1991–1998)",
+ }
+ TJR{
+ "TJR",
+ "Tajikistani Rouble",
+ }
USD{
"US$",
"US Dollar",
}
}
- Version{"2.0.98.76"}
+ CurrencyPlurals{
+ BYB{
+ one{"Belarusian new rouble (1994–1999)"}
+ other{"Belarusian new roubles (1994–1999)"}
+ }
+ BYN{
+ one{"Belarusian rouble"}
+ other{"Belarusian roubles"}
+ }
+ BYR{
+ one{"Belarusian rouble (2000–2016)"}
+ other{"Belarusian roubles (2000–2016)"}
+ }
+ LVR{
+ one{"Latvian rouble"}
+ other{"Latvian roubles"}
+ }
+ RUB{
+ one{"Russian rouble"}
+ other{"Russian roubles"}
+ }
+ RUR{
+ one{"Russian rouble (1991–1998)"}
+ other{"Russian roubles (1991–1998)"}
+ }
+ TJR{
+ one{"Tajikistani rouble"}
+ other{"Tajikistani roubles"}
+ }
+ }
+ Version{"2.1.31.33"}
}