| Index: source/data/curr/to.txt
|
| diff --git a/source/data/curr/to.txt b/source/data/curr/to.txt
|
| index 5aa81f4a2f95251e0824e93613be26c764104354..55d396a15ded833043c93e0d574721247357c573 100755
|
| --- a/source/data/curr/to.txt
|
| +++ b/source/data/curr/to.txt
|
| @@ -1,20 +1,25 @@
|
| // ***************************************************************************
|
| // *
|
| -// * Copyright (C) 2014 International Business Machines
|
| +// * 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
|
| // *
|
| // ***************************************************************************
|
| -/**
|
| - * ICU <specials> source: <path>/common/main/to.xml
|
| - */
|
| to{
|
| Currencies{
|
| AUD{
|
| "AUD$",
|
| "AUD",
|
| }
|
| + BRL{
|
| + "R$",
|
| + "BRL",
|
| + }
|
| + FJD{
|
| + "FJD",
|
| + "FJD",
|
| + }
|
| NZD{
|
| "NZD$",
|
| "NZD",
|
| @@ -23,15 +28,54 @@ to{
|
| "PGK",
|
| "PGK",
|
| }
|
| + SBD{
|
| + "SBD",
|
| + "SBD",
|
| + }
|
| + TOP{
|
| + "T$",
|
| + "Paʻanga fakatonga",
|
| + }
|
| + VUV{
|
| + "VUV",
|
| + "VUV",
|
| + }
|
| + WST{
|
| + "WST",
|
| + "Tala fakahaʻamoa",
|
| + }
|
| + XPF{
|
| + "CFPF",
|
| + "XPF",
|
| + }
|
| + XXX{
|
| + "XXX",
|
| + "Pa’anga Ta’e’ilo",
|
| + }
|
| }
|
| Currencies%narrow{
|
| AUD{"$"}
|
| + FJD{"$"}
|
| NZD{"$"}
|
| + SBD{"$"}
|
| + TWD{"$"}
|
| + }
|
| + Currencies%variant{
|
| + GEL{"₾"}
|
| }
|
| CurrencyPlurals{
|
| + TOP{
|
| + other{"Paʻanga fakatonga"}
|
| + }
|
| + WST{
|
| + other{"Tala fakahaʻamoa"}
|
| + }
|
| + XXX{
|
| + other{"Pa’anga Ta’e’ilo"}
|
| + }
|
| }
|
| CurrencyUnitPatterns{
|
| other{"{1} {0}"}
|
| }
|
| - Version{"2.1.8.9"}
|
| + Version{"2.1.19.14"}
|
| }
|
|
|