mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
37 lines
695 B
Text
37 lines
695 B
Text
// © 2016 and later: Unicode, Inc. and others.
|
|
// License & terms of use: http://www.unicode.org/copyright.html#License
|
|
ku{
|
|
Currencies{
|
|
EUR{
|
|
"€",
|
|
"ewro",
|
|
}
|
|
TRY{
|
|
"₺",
|
|
"TRY",
|
|
{
|
|
"¤#,##0.00",
|
|
",",
|
|
".",
|
|
}
|
|
}
|
|
}
|
|
Currencies%narrow{
|
|
EUR{"€"}
|
|
TRY{"₺"}
|
|
}
|
|
Currencies%variant{
|
|
TRY{"TL"}
|
|
}
|
|
CurrencyPlurals{
|
|
EUR{
|
|
one{"ewro"}
|
|
other{"ewro"}
|
|
}
|
|
}
|
|
CurrencyUnitPatterns{
|
|
one{"{0} {1}"}
|
|
other{"{0} {1}"}
|
|
}
|
|
Version{"2.1.44.82"}
|
|
}
|