// ***************************************************************************
// *
-// * Copyright (C) 2013 International Business Machines
+// * Copyright (C) 2016 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_GT.xml
// *
// ***************************************************************************
es_GT{
+ %%Parent{"es_419"}
Currencies{
GTQ{
"Q",
- "quetzal guatemalteco",
+ "quetzal",
}
}
- Version{"2.0.82.45"}
+ CurrencyPlurals{
+ GTQ{
+ one{"quetzal"}
+ other{"quetzales"}
+ }
+ }
+ CurrencyUnitPatterns{
+ one{"{1} {0}"}
+ other{"{1} {0}"}
+ }
+ Version{"2.1.22.93"}
}