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

Unified Diff: source/data/locales/es_AR.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_419.txt ('k') | source/data/locales/es_BO.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/locales/es_AR.txt
diff --git a/source/data/locales/es_AR.txt b/source/data/locales/es_AR.txt
index aef0d0b3366b71a491db2aaaefd0289444d830fd..e381622d33764ec9734431b4efb8f557d7633607 100644
--- a/source/data/locales/es_AR.txt
+++ b/source/data/locales/es_AR.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_AR.xml
-// *
-// ***************************************************************************
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html#License
es_AR{
%%Parent{"es_419"}
NumberElements{
@@ -19,8 +13,9 @@ es_AR{
group{"."}
}
}
+ minimumGroupingDigits{"2"}
}
- Version{"2.1.19.14"}
+ Version{"2.1.27.99"}
calendar{
generic{
availableFormats{
@@ -29,16 +24,41 @@ es_AR{
}
}
gregorian{
+ AmPmMarkers{
+ "a. m.",
+ "p. m.",
+ }
+ AmPmMarkersAbbr{
+ "a. m.",
+ "p. m.",
+ }
availableFormats{
GyMMMEd{"E, d 'de' MMM 'de' y G"}
+ GyMMMd{"d MMM y G"}
Hmsv{"HH:mm:ss v"}
+ Hmsvvvv{"HH:mm:ss (vvvv)"}
Hmv{"HH:mm v"}
MEd{"E d-M"}
hms{"hh:mm:ss"}
yM{"M-y"}
yMEd{"E, d/M/y"}
+ yMMM{"MMM y"}
+ yMMMEd{"E, d MMM y"}
yMMMd{"d 'de' MMM 'de' y"}
}
+ dayNames{
+ format{
+ narrow{
+ "D",
+ "L",
+ "M",
+ "M",
+ "J",
+ "V",
+ "S",
+ }
+ }
+ }
dayPeriod{
format{
abbreviated{
@@ -57,16 +77,25 @@ es_AR{
}
}
stand-alone{
+ abbreviated{
+ am{"a. m."}
+ pm{"p. m."}
+ }
narrow{
- evening1{"tarde"}
+ am{"a. m."}
noon{"m."}
+ pm{"p. m."}
}
wide{
- evening1{"tarde"}
+ am{"a. m."}
+ pm{"p. m."}
}
}
}
intervalFormats{
+ H{
+ H{"HH–HH"}
+ }
Hm{
H{"HH:mm–HH:mm"}
m{"HH:mm–HH:mm"}
@@ -95,6 +124,19 @@ es_AR{
d{"dd/MM – dd/MM"}
}
fallback{"{0} a el {1}"}
+ h{
+ a{"h a – h a"}
+ }
+ hm{
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
+ }
+ hmv{
+ a{"h:mm a – h:mm a v"}
+ }
+ hv{
+ a{"h a – h a v"}
+ }
yM{
M{"MM/y – MM/y"}
y{"MM/y – MM/y"}
@@ -153,6 +195,9 @@ es_AR{
}
}
}
+ dayperiod{
+ dn{"a. m./p. m."}
+ }
second-narrow{
dn{"seg."}
relativeTime{
« no previous file with comments | « source/data/locales/es_419.txt ('k') | source/data/locales/es_BO.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698