26a401e17a
X-SVN-Rev: 37187
67 lines
1.3 KiB
Plaintext
Executable File
67 lines
1.3 KiB
Plaintext
Executable File
// ***************************************************************************
|
||
// *
|
||
// * Copyright (C) 2015 International Business Machines
|
||
// * Corporation and others. All Rights Reserved.
|
||
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
|
||
// * Source File: <path>/common/main/to.xml
|
||
// *
|
||
// ***************************************************************************
|
||
to{
|
||
Currencies{
|
||
AUD{
|
||
"AUD$",
|
||
"AUD",
|
||
}
|
||
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",
|
||
}
|
||
}
|
||
Currencies%narrow{
|
||
AUD{"$"}
|
||
FJD{"$"}
|
||
NZD{"$"}
|
||
SBD{"$"}
|
||
}
|
||
CurrencyPlurals{
|
||
TOP{
|
||
other{"Paʻanga fakatonga"}
|
||
}
|
||
WST{
|
||
other{"Tala fakahaʻamoa"}
|
||
}
|
||
}
|
||
CurrencyUnitPatterns{
|
||
other{"{1} {0}"}
|
||
}
|
||
Version{"2.1.12.94"}
|
||
}
|