1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html
3// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
4om{
5    Currencies{
6        BRL{
7            "R$",
8            "Brazilian Real",
9        }
10        CNY{
11            "CN¥",
12            "Chinese Yuan Renminbi",
13        }
14        ETB{
15            "Br",
16            "Itoophiyaa Birrii",
17        }
18        EUR{
19            "€",
20            "Euro",
21        }
22        GBP{
23            "£",
24            "British Pound",
25        }
26        INR{
27            "₹",
28            "Indian Rupee",
29        }
30        JPY{
31            "JP¥",
32            "Japanese Yen",
33        }
34        RUB{
35            "RUB",
36            "Russian Ruble",
37        }
38        USD{
39            "US$",
40            "US Dollar",
41        }
42    }
43    CurrencyUnitPatterns{
44        one{"{0} {1}"}
45        other{"{0} {1}"}
46    }
47}
48