// ***************************************************************************
// *
-// * Copyright (C) 2010 International Business Machines
-// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_GT.xml
+// * 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.45.82"}
+ CurrencyPlurals{
+ GTQ{
+ one{"quetzal"}
+ other{"quetzales"}
+ }
+ }
+ CurrencyUnitPatterns{
+ one{"{1} {0}"}
+ other{"{1} {0}"}
+ }
+ Version{"2.1.22.93"}
}