1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html#License
3sah{
4    Currencies{
5        RUB{
6            "₽",
7            "Арассыыйа солкуобайа",
8        }
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}"}
27    }
28    Version{"2.1.43.94"}
29}
30