]>
Commit | Line | Data |
---|---|---|
f3c0d7a5 A |
1 | // © 2016 and later: Unicode, Inc. and others. |
2 | // License & terms of use: http://www.unicode.org/copyright.html#License | |
b331163b | 3 | sah{ |
51004dcb | 4 | Currencies{ |
b331163b | 5 | RUB{ |
2ca993e8 | 6 | "₽", |
f3c0d7a5 | 7 | "Арассыыйа солкуобайа", |
51004dcb | 8 | } |
f3c0d7a5 A |
9 | USD{ |
10 | "US$", | |
11 | "АХШ дуоллара", | |
12 | } | |
13 | } | |
14 | Currencies%narrow{ | |
15 | RUB{"₽"} | |
16 | } | |
17 | CurrencyPlurals{ | |
18 | RUB{ | |
19 | other{"Арассыыйа солкуобайа"} | |
20 | } | |
21 | USD{ | |
22 | other{"АХШ дуоллара"} | |
23 | } | |
24 | } | |
25 | CurrencyUnitPatterns{ | |
26 | other{"{0} {1}"} | |
51004dcb | 27 | } |
3d1f044b | 28 | Version{"2.1.47.82"} |
51004dcb | 29 | } |