• 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
4os{
5    Currencies{
6        BRL{
7            "R$",
8            "Бразилиаг реал",
9        }
10        EUR{
11            "€",
12            "Евро",
13        }
14        GBP{
15            "£",
16            "Бритайнаг Фунт",
17        }
18        GEL{
19            "₾",
20            "Лар",
21        }
22        RUB{
23            "RUB",
24            "Сом",
25        }
26        USD{
27            "$",
28            "АИШ-ы Доллар",
29        }
30        XXX{
31            "¤",
32            "Нӕзонгӕ валютӕ",
33        }
34    }
35    CurrencyPlurals{
36        BRL{
37            one{"бразилиаг реал"}
38            other{"бразилиаг реалы"}
39        }
40        EUR{
41            one{"евро"}
42            other{"евройы"}
43        }
44        GBP{
45            one{"бритайнаг фунт"}
46            other{"бритайнаг фунты"}
47        }
48        GEL{
49            one{"лар"}
50            other{"лары"}
51        }
52        RUB{
53            one{"сом"}
54            other{"сомы"}
55        }
56        USD{
57            one{"АИШ-ы доллар"}
58            other{"АИШ-ы доллары"}
59        }
60        XXX{
61            one{"нӕзонгӕ валютӕ"}
62            other{"нӕзонгӕ валютӕйы"}
63        }
64    }
65    CurrencyUnitPatterns{
66        one{"{0} {1}"}
67        other{"{0} {1}"}
68    }
69}
70