• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
4tt{
5    Currencies{
6        BRL{
7            "R$",
8            "Бразилия реалы",
9        }
10        CNY{
11            "CN¥",
12            "кытай юане",
13        }
14        EUR{
15            "€",
16            "евро",
17        }
18        GBP{
19            "£",
20            "фунт стерлинг",
21        }
22        INR{
23            "₹",
24            "Индия рупиясе",
25        }
26        JPY{
27            "JP¥",
28            "япон иенасы",
29        }
30        RUB{
31            "₽",
32            "Россия сумы",
33        }
34        USD{
35            "$",
36            "АКШ доллары",
37        }
38        XXX{
39            "¤",
40            "билгесез валюта",
41        }
42    }
43    CurrencyPlurals{
44        CNY{
45            other{"юань"}
46        }
47        JPY{
48            other{"иена"}
49        }
50        RUB{
51            other{"сум"}
52        }
53        XXX{
54            other{"(билгесез валюта)"}
55        }
56    }
57    CurrencyUnitPatterns{
58        other{"{0} {1}"}
59    }
60}
61