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

Unified Diff: source/data/locales/es_CL.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_BO.txt ('k') | source/data/locales/es_CO.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/locales/es_CL.txt
diff --git a/source/data/locales/es_CL.txt b/source/data/locales/es_CL.txt
index 2bcc5340fd62f10b65cbdbccaae0096c38e6271a..4b94b1a51479564abbf027f6fbae108f651868cb 100644
--- a/source/data/locales/es_CL.txt
+++ b/source/data/locales/es_CL.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_CL.xml
-// *
-// ***************************************************************************
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html#License
es_CL{
%%Parent{"es_419"}
NumberElements{
@@ -18,8 +12,9 @@ es_CL{
group{"."}
}
}
+ minimumGroupingDigits{"2"}
}
- Version{"2.1.19.14"}
+ Version{"2.1.27.99"}
calendar{
generic{
DateTimePatterns{
@@ -90,6 +85,14 @@ es_CL{
}
}
gregorian{
+ AmPmMarkers{
+ "a. m.",
+ "p. m.",
+ }
+ AmPmMarkersAbbr{
+ "a. m.",
+ "p. m.",
+ }
DateTimePatterns{
"HH:mm:ss zzzz",
"HH:mm:ss z",
@@ -106,6 +109,7 @@ es_CL{
"{1} {0}",
}
availableFormats{
+ GyMMMd{"d MMM y G"}
MEd{"E, dd-MM"}
Md{"dd-MM"}
yM{"MM-y"}
@@ -125,21 +129,23 @@ es_CL{
}
}
}
- intervalFormats{
- H{
- H{"H–H"}
- }
- 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{"H–H v"}
+ dayPeriod{
+ stand-alone{
+ abbreviated{
+ am{"a. m."}
+ pm{"p. m."}
+ }
+ narrow{
+ am{"a. m."}
+ pm{"p. m."}
+ }
+ wide{
+ am{"a. m."}
+ pm{"p. m."}
+ }
}
+ }
+ intervalFormats{
MEd{
M{"E dd-MM – E dd-MM"}
d{"E dd-MM – E dd-MM"}
@@ -216,4 +222,9 @@ es_CL{
}
}
}
+ fields{
+ dayperiod{
+ dn{"a. m./p. m."}
+ }
+ }
}
« no previous file with comments | « source/data/locales/es_BO.txt ('k') | source/data/locales/es_CO.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698