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

Unified Diff: source/data/locales/es_CO.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_CL.txt ('k') | source/data/locales/es_CR.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/locales/es_CO.txt
diff --git a/source/data/locales/es_CO.txt b/source/data/locales/es_CO.txt
index 7b42bb12135b7efbe8c2278fb8f9c0c8d871bc9f..ad562deaef9abfea0da5a0981f40b64d81285f52 100644
--- a/source/data/locales/es_CO.txt
+++ b/source/data/locales/es_CO.txt
@@ -1,18 +1,9 @@
-// ***************************************************************************
-// *
-// * Copyright (C) 2015 International Business Machines
-// * Corporation and others. All Rights Reserved.
-// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
-// * Source File: <path>/common/main/es_CO.xml
-// *
-// ***************************************************************************
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html#License
es_CO{
%%Parent{"es_419"}
NumberElements{
latn{
- miscPatterns{
- range{"de {0} a {1}"}
- }
patterns{
currencyFormat{"¤ #,##0.00"}
percentFormat{"#,##0%"}
@@ -22,8 +13,9 @@ es_CO{
group{"."}
}
}
+ minimumGroupingDigits{"2"}
}
- Version{"2.1.20.32"}
+ Version{"2.1.27.99"}
calendar{
generic{
DateTimePatterns{
@@ -113,6 +105,14 @@ es_CO{
}
}
gregorian{
+ AmPmMarkers{
+ "a. m.",
+ "p. m.",
+ }
+ AmPmMarkersAbbr{
+ "a. m.",
+ "p. m.",
+ }
DateTimePatterns{
"h:mm:ss a zzzz",
"h:mm:ss a z",
@@ -131,13 +131,28 @@ es_CO{
availableFormats{
GyMMM{"MMM 'de' y G"}
GyMMMEd{"E, d MMM 'de' y G"}
+ H{"H"}
+ Hm{"H:mm"}
+ Hms{"H:mm:ss"}
MMMEd{"E, d 'de' MMM"}
MMMd{"d 'de' MMM"}
MMMdd{"d 'de' MMM"}
+ yMEd{"EEE, d/M/y"}
yMMM{"MMM 'de' y"}
yMMMd{"d 'de' MMM 'de' y"}
}
dayNames{
+ format{
+ narrow{
+ "D",
+ "L",
+ "M",
+ "M",
+ "J",
+ "V",
+ "S",
+ }
+ }
stand-alone{
narrow{
"d",
@@ -152,18 +167,27 @@ es_CO{
}
dayPeriod{
format{
- narrow{
- evening1{"p. m."}
- morning2{"a. m."}
- night1{"p. m."}
+ abbreviated{
+ evening1{"de la tarde"}
+ morning2{"de la mañana"}
+ night1{"de la noche"}
+ noon{"m."}
}
}
stand-alone{
+ abbreviated{
+ am{"a. m."}
+ noon{"m."}
+ pm{"p. m."}
+ }
narrow{
- evening1{"p. m."}
- morning2{"a. m."}
- night1{"p. m."}
+ am{"a. m."}
noon{"m."}
+ pm{"p. m."}
+ }
+ wide{
+ am{"a. m."}
+ pm{"p. m."}
}
}
}
« no previous file with comments | « source/data/locales/es_CL.txt ('k') | source/data/locales/es_CR.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698