e0f3d87e99
X-SVN-Rev: 39601
30 lines
640 B
Plaintext
30 lines
640 B
Plaintext
// © 2016 and later: Unicode, Inc. and others.
|
|
// License & terms of use: http://www.unicode.org/copyright.html#License
|
|
sah{
|
|
Currencies{
|
|
RUB{
|
|
"₽",
|
|
"Арассыыйа солкуобайа",
|
|
}
|
|
USD{
|
|
"US$",
|
|
"АХШ дуоллара",
|
|
}
|
|
}
|
|
Currencies%narrow{
|
|
RUB{"₽"}
|
|
}
|
|
CurrencyPlurals{
|
|
RUB{
|
|
other{"Арассыыйа солкуобайа"}
|
|
}
|
|
USD{
|
|
other{"АХШ дуоллара"}
|
|
}
|
|
}
|
|
CurrencyUnitPatterns{
|
|
other{"{0} {1}"}
|
|
}
|
|
Version{"2.1.31.33"}
|
|
}
|