Chromium Code Reviews

Unified Diff: source/data/locales/es_BO.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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « source/data/locales/es_AR.txt ('k') | source/data/locales/es_CL.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/locales/es_BO.txt
diff --git a/source/data/locales/es_BO.txt b/source/data/locales/es_BO.txt
index 4a270dce4bb53a8c8471bfba860c6850d148feb1..6b4504d504cb70d298e4a129e32f330052b8d612 100644
--- a/source/data/locales/es_BO.txt
+++ b/source/data/locales/es_BO.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_BO.xml
-// *
-// ***************************************************************************
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html#License
es_BO{
%%Parent{"es_419"}
NumberElements{
@@ -16,5 +10,71 @@ es_BO{
}
}
}
- Version{"2.1.19.14"}
+ Version{"2.1.27.99"}
+ calendar{
+ gregorian{
+ AmPmMarkers{
+ "a. m.",
+ "p. m.",
+ }
+ AmPmMarkersAbbr{
+ "a. m.",
+ "p. m.",
+ }
+ DateTimePatterns{
+ "HH:mm:ss zzzz",
+ "HH:mm:ss z",
+ "HH:mm:ss",
+ "HH:mm",
+ "EEEE, d 'de' MMMM 'de' y",
+ "d 'de' MMMM 'de' y",
+ "d MMM 'de' y",
+ "d/M/yy",
+ "{1} {0}",
+ "{1}, {0}",
+ "{1}, {0}",
+ "{1} {0}",
+ "{1} {0}",
+ }
+ dayPeriod{
+ stand-alone{
+ abbreviated{
+ am{"a. m."}
+ pm{"p. m."}
+ }
+ narrow{
+ am{"a. m."}
+ pm{"p. m."}
+ }
+ wide{
+ am{"a. m."}
+ pm{"p. m."}
+ }
+ }
+ }
+ monthNames{
+ format{
+ narrow{
+ "E",
+ "F",
+ "M",
+ "A",
+ "M",
+ "J",
+ "J",
+ "A",
+ "S",
+ "O",
+ "N",
+ "D",
+ }
+ }
+ }
+ }
+ }
+ fields{
+ dayperiod{
+ dn{"a. m./p. m."}
+ }
+ }
}
« no previous file with comments | « source/data/locales/es_AR.txt ('k') | source/data/locales/es_CL.txt » ('j') | no next file with comments »

Powered by Google App Engine