mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 08:57:34 +09:00
21 lines
400 B
Text
21 lines
400 B
Text
// © 2016 and later: Unicode, Inc. and others.
|
|
// License & terms of use: http://www.unicode.org/copyright.html#License
|
|
kl{
|
|
Currencies{
|
|
DKK{
|
|
"kr.",
|
|
"DKK",
|
|
}
|
|
EUR{
|
|
"€",
|
|
"euro",
|
|
}
|
|
}
|
|
CurrencyPlurals{
|
|
EUR{
|
|
one{"euro"}
|
|
other{"euro"}
|
|
}
|
|
}
|
|
Version{"2.1.45.12"}
|
|
}
|