Index: source/data/locales/es_PY.txt |
diff --git a/source/data/locales/es_PY.txt b/source/data/locales/es_PY.txt |
index b129760dafb21b59213315fbc3989f21d1c18393..495c66513317ad31c3d3767f5bbd414f8004f295 100644 |
--- a/source/data/locales/es_PY.txt |
+++ b/source/data/locales/es_PY.txt |
@@ -1,11 +1,5 @@ |
-// *************************************************************************** |
-// * |
-// * Copyright (C) 2015 International Business Machines |
-// * Corporation and others. All Rights Reserved. |
-// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
-// * Source File: <path>/common/main/es_PY.xml |
-// * |
-// *************************************************************************** |
+// © 2016 and later: Unicode, Inc. and others. |
+// License & terms of use: http://www.unicode.org/copyright.html#License |
es_PY{ |
%%Parent{"es_419"} |
NumberElements{ |
@@ -19,9 +13,17 @@ es_PY{ |
} |
} |
} |
- Version{"2.1.19.94"} |
+ Version{"2.1.27.99"} |
calendar{ |
gregorian{ |
+ AmPmMarkers{ |
+ "a. m.", |
+ "p. m.", |
+ } |
+ AmPmMarkersAbbr{ |
+ "a. m.", |
+ "p. m.", |
+ } |
dayNames{ |
format{ |
short{ |
@@ -47,17 +49,19 @@ es_PY{ |
} |
} |
dayPeriod{ |
- format{ |
- narrow{ |
- evening1{"de la tarde"} |
- morning1{"de la madrugada"} |
- morning2{"de la mañana"} |
- night1{"de la noche"} |
- } |
- } |
stand-alone{ |
+ abbreviated{ |
+ am{"a. m."} |
+ pm{"p. m."} |
+ } |
narrow{ |
+ am{"a. m."} |
noon{"m."} |
+ pm{"p. m."} |
+ } |
+ wide{ |
+ am{"a. m."} |
+ pm{"p. m."} |
} |
} |
} |