Index: source/data/locales/es_HN.txt |
diff --git a/source/data/locales/es_HN.txt b/source/data/locales/es_HN.txt |
index 96d32d977e2dd36fbcd2b69cb754205af4e35c76..1d240f4b7469ed4bec358805552c642c08c8a2f9 100644 |
--- a/source/data/locales/es_HN.txt |
+++ b/source/data/locales/es_HN.txt |
@@ -1,14 +1,8 @@ |
-// *************************************************************************** |
-// * |
-// * Copyright (C) 2015 International Business Machines |
-// * Corporation and others. All Rights Reserved. |
-// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
-// * Source File: <path>/common/main/es_HN.xml |
-// * |
-// *************************************************************************** |
+// © 2016 and later: Unicode, Inc. and others. |
+// License & terms of use: http://www.unicode.org/copyright.html#License |
es_HN{ |
%%Parent{"es_419"} |
- Version{"2.1.19.14"} |
+ Version{"2.1.27.99"} |
calendar{ |
generic{ |
DateTimePatterns{ |
@@ -28,6 +22,14 @@ es_HN{ |
} |
} |
gregorian{ |
+ AmPmMarkers{ |
+ "a. m.", |
+ "p. m.", |
+ } |
+ AmPmMarkersAbbr{ |
+ "a. m.", |
+ "p. m.", |
+ } |
DateTimePatterns{ |
"HH:mm:ss zzzz", |
"HH:mm:ss z", |
@@ -43,12 +45,32 @@ es_HN{ |
"{1} {0}", |
"{1} {0}", |
} |
+ dayPeriod{ |
+ stand-alone{ |
+ abbreviated{ |
+ am{"a. m."} |
+ pm{"p. m."} |
+ } |
+ narrow{ |
+ am{"a. m."} |
+ pm{"p. m."} |
+ } |
+ wide{ |
+ am{"a. m."} |
+ pm{"p. m."} |
+ } |
+ } |
+ } |
} |
} |
fields{ |
day{ |
relative{ |
+ "-1"{"ayer"} |
"-2"{"antier"} |
+ "0"{"hoy"} |
+ "1"{"mañana"} |
+ "2"{"pasado mañana"} |
} |
} |
} |