Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: source/data/locales/es_MX.txt

Issue 2440913002: Update ICU to 58.1
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/data/locales/es_IC.txt ('k') | source/data/locales/es_NI.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/locales/es_MX.txt
diff --git a/source/data/locales/es_MX.txt b/source/data/locales/es_MX.txt
index 03ed146a4a7cdc649c48c7b3447dde3aa79bd04c..709e6102c87016d36afc06758b3cd11900449727 100644
--- a/source/data/locales/es_MX.txt
+++ b/source/data/locales/es_MX.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_MX.xml
-// *
-// ***************************************************************************
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html#License
es_MX{
%%Parent{"es_419"}
MoreInformation{"[...]"}
@@ -14,25 +8,9 @@ es_MX{
patterns{
percentFormat{"#,##0%"}
}
- patternsShort{
- decimalFormat{
- 1000{
- one{"0k"}
- other{"0k"}
- }
- 10000{
- one{"00k"}
- other{"00k"}
- }
- 100000{
- one{"000k"}
- other{"000k"}
- }
- }
- }
}
}
- Version{"2.1.19.94"}
+ Version{"2.1.28.76"}
calendar{
generic{
DateTimePatterns{
@@ -80,6 +58,14 @@ es_MX{
}
}
gregorian{
+ AmPmMarkers{
+ "a. m.",
+ "p. m.",
+ }
+ AmPmMarkersAbbr{
+ "a. m.",
+ "p. m.",
+ }
DateTimePatterns{
"HH:mm:ss zzzz",
"HH:mm:ss z",
@@ -132,17 +118,37 @@ es_MX{
}
}
}
+ dayPeriod{
+ format{
+ narrow{
+ 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{"H:mm–H:mm"}
- m{"H:mm–H:mm"}
- }
- Hmv{
- H{"H:mm–H:mm v"}
- m{"H:mm–H:mm v"}
+ Hv{
+ H{"HH – HH v"}
}
MEd{
M{"E d/M – E d/M"}
@@ -235,7 +241,7 @@ es_MX{
"1er. trimestre",
"2º. trimestre",
"3er. trimestre",
- "4º trimestre",
+ "4o. trimestre",
}
}
stand-alone{
@@ -291,6 +297,9 @@ es_MX{
}
}
}
+ dayperiod{
+ dn{"a. m./p. m."}
+ }
fri{
relative{
"-1"{"el viernes pasado"}
« no previous file with comments | « source/data/locales/es_IC.txt ('k') | source/data/locales/es_NI.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698