mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
78 lines
1.4 KiB
Text
78 lines
1.4 KiB
Text
// © 2016 and later: Unicode, Inc. and others.
|
||
// License & terms of use: http://www.unicode.org/copyright.html#License
|
||
to{
|
||
Currencies{
|
||
AUD{
|
||
"AUD$",
|
||
"Australian Dollar",
|
||
}
|
||
BRL{
|
||
"R$",
|
||
"BRL",
|
||
}
|
||
FJD{
|
||
"FJD",
|
||
"FJD",
|
||
}
|
||
NZD{
|
||
"NZD$",
|
||
"NZD",
|
||
}
|
||
PGK{
|
||
"PGK",
|
||
"PGK",
|
||
}
|
||
SBD{
|
||
"SBD",
|
||
"SBD",
|
||
}
|
||
TOP{
|
||
"T$",
|
||
"Paʻanga fakatonga",
|
||
}
|
||
VUV{
|
||
"VUV",
|
||
"VUV",
|
||
}
|
||
WST{
|
||
"WST",
|
||
"Tala fakahaʻamoa",
|
||
}
|
||
XPF{
|
||
"CFPF",
|
||
"XPF",
|
||
}
|
||
XXX{
|
||
"¤",
|
||
"Pa’anga Ta’e’ilo",
|
||
}
|
||
}
|
||
Currencies%narrow{
|
||
AUD{"$"}
|
||
FJD{"$"}
|
||
NZD{"$"}
|
||
SBD{"$"}
|
||
TWD{"$"}
|
||
}
|
||
Currencies%variant{
|
||
GEL{"₾"}
|
||
}
|
||
CurrencyPlurals{
|
||
AUD{
|
||
other{"Australian Dollar"}
|
||
}
|
||
TOP{
|
||
other{"Paʻanga fakatonga"}
|
||
}
|
||
WST{
|
||
other{"Tala fakahaʻamoa"}
|
||
}
|
||
XXX{
|
||
other{"Pa’anga Ta’e’ilo"}
|
||
}
|
||
}
|
||
CurrencyUnitPatterns{
|
||
other{"{1} {0}"}
|
||
}
|
||
Version{"2.1.44.88"}
|
||
}
|