| Index: source/data/locales/es_US.txt
|
| diff --git a/source/data/locales/es_US.txt b/source/data/locales/es_US.txt
|
| index 12a01aec3d4944ca637b08830bb778256e242eeb..592a79ebe0c2da5cf3dd846830f774988d1ee459 100644
|
| --- a/source/data/locales/es_US.txt
|
| +++ b/source/data/locales/es_US.txt
|
| @@ -1,23 +1,37 @@
|
| -// ***************************************************************************
|
| -// *
|
| -// * Copyright (C) 2015 International Business Machines
|
| -// * Corporation and others. All Rights Reserved.
|
| -// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
|
| -// * Source File: <path>/common/main/es_US.xml
|
| -// *
|
| -// ***************************************************************************
|
| +// © 2016 and later: Unicode, Inc. and others.
|
| +// License & terms of use: http://www.unicode.org/copyright.html#License
|
| es_US{
|
| %%Parent{"es_419"}
|
| - Version{"2.1.19.14"}
|
| + NumberElements{
|
| + latn{
|
| + patternsShort{
|
| + decimalFormat{
|
| + 1000{
|
| + one{"0"}
|
| + other{"0"}
|
| + }
|
| + 10000{
|
| + one{"00k"}
|
| + other{"00k"}
|
| + }
|
| + 100000{
|
| + one{"000k"}
|
| + other{"000k"}
|
| + }
|
| + }
|
| + }
|
| + }
|
| + }
|
| + Version{"2.1.27.99"}
|
| calendar{
|
| gregorian{
|
| AmPmMarkers{
|
| - "AM",
|
| - "PM",
|
| + "a. m.",
|
| + "p. m.",
|
| }
|
| - AmPmMarkersNarrow{
|
| - "a",
|
| - "p",
|
| + AmPmMarkersAbbr{
|
| + "a. m.",
|
| + "p. m.",
|
| }
|
| DateTimePatterns{
|
| "h:mm:ss a zzzz",
|
| @@ -37,8 +51,42 @@ es_US{
|
| dayPeriod{
|
| format{
|
| narrow{
|
| - noon{"m"}
|
| + evening1{"de la tarde"}
|
| + morning1{"de la madrugada"}
|
| + morning2{"mañana"}
|
| + night1{"de la noche"}
|
| + noon{"del mediodía"}
|
| + }
|
| + }
|
| + stand-alone{
|
| + abbreviated{
|
| + am{"a. m."}
|
| + pm{"p. m."}
|
| }
|
| + narrow{
|
| + am{"a. m."}
|
| + pm{"p. m."}
|
| + }
|
| + wide{
|
| + am{"a. m."}
|
| + pm{"p. m."}
|
| + }
|
| + }
|
| + }
|
| + intervalFormats{
|
| + H{
|
| + H{"HH – HH"}
|
| + }
|
| + Hm{
|
| + H{"HH:mm – HH:mm"}
|
| + m{"HH:mm – HH:mm"}
|
| + }
|
| + Hmv{
|
| + H{"HH:mm – HH:mm v"}
|
| + m{"HH:mm – HH:mm v"}
|
| + }
|
| + Hv{
|
| + H{"HH – HH v"}
|
| }
|
| }
|
| }
|
|
|