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_SV.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_PY.txt ('k') | source/data/locales/es_US.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/locales/es_SV.txt
diff --git a/source/data/locales/es_SV.txt b/source/data/locales/es_SV.txt
index ea39354898efb9926b607c89551baa9bf2c13ddf..9e76c5985e17759387c3e8de2d7f0cd9fed5985e 100644
--- a/source/data/locales/es_SV.txt
+++ b/source/data/locales/es_SV.txt
@@ -1,19 +1,51 @@
-// ***************************************************************************
-// *
-// * Copyright (C) 2015 International Business Machines
-// * Corporation and others. All Rights Reserved.
-// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
-// * Source File: <path>/common/main/es_SV.xml
-// *
-// ***************************************************************************
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html#License
es_SV{
%%Parent{"es_419"}
- Version{"2.1.19.14"}
+ NumberElements{
+ minimumGroupingDigits{"2"}
+ }
+ Version{"2.1.27.99"}
+ calendar{
+ gregorian{
+ AmPmMarkers{
+ "a. m.",
+ "p. m.",
+ }
+ AmPmMarkersAbbr{
+ "a. m.",
+ "p. m.",
+ }
+ dayPeriod{
+ stand-alone{
+ abbreviated{
+ am{"a. m."}
+ pm{"p. m."}
+ }
+ narrow{
+ am{"a. m."}
+ pm{"p. m."}
+ }
+ wide{
+ am{"a. m."}
+ pm{"p. m."}
+ }
+ }
+ }
+ }
+ }
fields{
day{
relative{
+ "-1"{"ayer"}
"-2"{"antier"}
+ "0"{"hoy"}
+ "1"{"mañana"}
+ "2"{"pasado mañana"}
}
}
+ dayperiod{
+ dn{"a. m./p. m."}
+ }
}
}
« no previous file with comments | « source/data/locales/es_PY.txt ('k') | source/data/locales/es_US.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698