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

Side by Side Diff: source/data/locales/es_US.txt

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 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 unified diff | Download patch
« no previous file with comments | « source/data/locales/es_SV.txt ('k') | source/data/locales/es_UY.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // *************************************************************************** 1 // ***************************************************************************
2 // * 2 // *
3 // * Copyright (C) 2013 International Business Machines 3 // * Copyright (C) 2014 International Business Machines
4 // * Corporation and others. All Rights Reserved. 4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/es_US.xml 6 // * Source File: <path>/common/main/es_US.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 es_US{ 9 es_US{
10 %%Parent{"es_419"} 10 %%Parent{"es_419"}
11 Version{"2.0.92.80"} 11 Version{"2.1.8.19"}
12 calendar{ 12 calendar{
13 generic{
14 DateTimePatterns{
15 "h:mm:ss a zzzz",
16 "h:mm:ss a z",
17 "h:mm:ss a",
18 "h:mm a",
19 "EEEE, d 'de' MMMM 'de' y G",
20 "d 'de' MMMM 'de' y G",
21 "MMM d, y G",
22 "M/d/yy GGGGG",
23 "{1} {0}",
24 "{1}, {0}",
25 "{1}, {0}",
26 "{1} {0}",
27 "{1} {0}",
28 }
29 availableFormats{
30 GyMMMEd{"E, MMM d, y G"}
31 GyMMMM{"MMMM 'de' y G"}
32 GyMMMMEd{"E, d 'de' MMMM 'de' y G"}
33 GyMMMMd{"d 'de' MMMM 'de' y G"}
34 GyMMMd{"MMM d, y G"}
35 MEd{"E, MM/dd"}
36 MMMEd{"E, MMM d"}
37 MMMMEd{"E, d 'de' MMMM"}
38 MMMd{"MMM d"}
39 MMd{"MM/d"}
40 Md{"M/d"}
41 yyyyM{"M/y G"}
42 yyyyMEd{"E, M/d/y G"}
43 yyyyMMMEd{"E, MMM d, y G"}
44 yyyyMMMMEd{"E, d 'de' MMMM 'de' y G"}
45 yyyyMMMMd{"d 'de' MMMM 'de' y G"}
46 yyyyMMMd{"MMM d, y G"}
47 yyyyMd{"M/d/y G"}
48 }
49 }
50 gregorian{ 13 gregorian{
51 AmPmMarkers{ 14 AmPmMarkers{
52 "AM", 15 "AM",
53 "PM", 16 "PM",
54 } 17 }
55 DateTimePatterns{ 18 AmPmMarkersNarrow{
56 "h:mm:ss a zzzz", 19 "a",
57 "h:mm:ss a z", 20 "p",
58 "h:mm:ss a",
59 "h:mm a",
60 "EEEE, d 'de' MMMM 'de' y",
61 "d 'de' MMMM 'de' y",
62 "MMM d, y",
63 "M/d/yy",
64 "{1} {0}",
65 "{1}, {0}",
66 "{1}, {0}",
67 "{1} {0}",
68 "{1} {0}",
69 } 21 }
70 availableFormats{ 22 NoonMarkerNarrow{"m"}
71 GyMMM{"MMM y G"}
72 GyMMMEd{"E, MMM d, y G"}
73 GyMMMM{"MMMM 'de' y G"}
74 GyMMMMEd{"E, d 'de' MMMM 'de' y G"}
75 GyMMMMd{"d 'de' MMMM 'de' y G"}
76 GyMMMd{"MMM d, y G"}
77 MEd{"E, MM/dd"}
78 MMMEd{"E, MMM d"}
79 MMMMEd{"E, d 'de' MMMM"}
80 MMMd{"MMM d"}
81 MMd{"MM/d"}
82 Md{"M/d"}
83 yMEd{"E, M/d/y"}
84 yMMMEd{"E, MMM d, y"}
85 yMMMMEd{"E, d 'de' MMMM 'de' y"}
86 yMMMMd{"d 'de' MMMM 'de' y"}
87 yMMMd{"MMM d, y"}
88 yMd{"M/d/y"}
89 }
90 } 23 }
91 } 24 }
92 } 25 }
OLDNEW
« no previous file with comments | « source/data/locales/es_SV.txt ('k') | source/data/locales/es_UY.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698