Index: source/data/unit/es_US.txt |
diff --git a/source/data/curr/es_US.txt b/source/data/unit/es_US.txt |
old mode 100644 |
new mode 100755 |
similarity index 54% |
copy from source/data/curr/es_US.txt |
copy to source/data/unit/es_US.txt |
index e066279653626d26cfcb5f5b4a975db74bd348aa..984f7b43e695911de21fa1da67783778d721536e |
--- a/source/data/curr/es_US.txt |
+++ b/source/data/unit/es_US.txt |
@@ -1,6 +1,6 @@ |
// *************************************************************************** |
// * |
-// * Copyright (C) 2013 International Business Machines |
+// * Copyright (C) 2014 International Business Machines |
// * Corporation and others. All Rights Reserved. |
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
// * Source File: <path>/common/main/es_US.xml |
@@ -8,15 +8,17 @@ |
// *************************************************************************** |
es_US{ |
%%Parent{"es_419"} |
- Currencies{ |
- JPY{ |
- "¥", |
- "yen japonés", |
- } |
- USD{ |
- "$", |
- "dólar estadounidense", |
+ Version{"2.1.8.19"} |
+ unitsNarrow{ |
+ temperature{ |
+ celsius{ |
+ one{"{0}°C"} |
+ other{"{0}°C"} |
+ } |
+ fahrenheit{ |
+ one{"{0}°"} |
+ other{"{0}°"} |
+ } |
} |
} |
- Version{"2.0.92.80"} |
} |