mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
29 lines
640 B
Text
29 lines
640 B
Text
|
|
// © 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.27.87"}
|
||
|
|
}
|