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

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

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 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_PA.txt ('k') | source/data/locales/es_PH.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) 2014 International Business Machines 3 // * Copyright (C) 2015 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_PE.xml 6 // * Source File: <path>/common/main/es_PE.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 es_PE{ 9 es_PE{
10 %%Parent{"es_419"} 10 %%Parent{"es_419"}
11 Version{"2.1.8.19"} 11 Version{"2.1.19.14"}
12 calendar{ 12 calendar{
13 generic{ 13 generic{
14 DateTimePatterns{ 14 DateTimePatterns{
15 "HH'H'mm''ss'' zzzz", 15 "HH:mm:ss zzzz",
16 "h:mm:ss a z", 16 "HH:mm:ss z",
17 "h:mm:ss a", 17 "HH:mm:ss",
18 "h:mm a", 18 "HH:mm",
19 "EEEE, d 'de' MMMM 'de' y G", 19 "EEEE, d 'de' MMMM 'de' y G",
20 "d 'de' MMMM 'de' y G", 20 "d 'de' MMMM 'de' y G",
21 "dd/MM/y G", 21 "d/M/y G",
22 "d/MM/yy GGGGG", 22 "d/MM/yy GGGGG",
23 "{1} {0}", 23 "{1} {0}",
24 "{1}, {0}", 24 "{1}, {0}",
25 "{1}, {0}", 25 "{1}, {0}",
26 "{1} {0}", 26 "{1} {0}",
27 "{1} {0}", 27 "{1} {0}",
28 } 28 }
29 } 29 }
30 gregorian{ 30 gregorian{
31 DateTimePatterns{ 31 DateTimePatterns{
32 "HH'H'mm''ss'' zzzz", 32 "HH:mm:ss zzzz",
33 "h:mm:ss a z", 33 "HH:mm:ss z",
34 "h:mm:ss a", 34 "HH:mm:ss",
35 "h:mm a", 35 "HH:mm",
36 "EEEE, d 'de' MMMM 'de' y", 36 "EEEE, d 'de' MMMM 'de' y",
37 "d 'de' MMMM 'de' y", 37 "d 'de' MMMM 'de' y",
38 "d 'de' MMM 'de' y", 38 "d MMM y",
39 "d/MM/yy", 39 "d/MM/yy",
40 "{1} {0}", 40 "{1} {0}",
41 "{1}, {0}", 41 "{1}, {0}",
42 "{1}, {0}", 42 "{1}, {0}",
43 "{1} {0}", 43 "{1} {0}",
44 "{1} {0}", 44 "{1} {0}",
45 } 45 }
46 monthNames{
47 format{
48 abbreviated{
49 "ene.",
50 "feb.",
51 "mar.",
52 "abr.",
53 "may.",
54 "jun.",
55 "jul.",
56 "ago.",
57 "set.",
58 "oct.",
59 "nov.",
60 "dic.",
61 }
62 wide{
63 "enero",
64 "febrero",
65 "marzo",
66 "abril",
67 "mayo",
68 "junio",
69 "julio",
70 "agosto",
71 "setiembre",
72 "octubre",
73 "noviembre",
74 "diciembre",
75 }
76 }
77 stand-alone{
78 abbreviated{
79 "Ene.",
80 "Feb.",
81 "Mar.",
82 "Abr.",
83 "May.",
84 "Jun.",
85 "Jul.",
86 "Ago.",
87 "Set.",
88 "Oct.",
89 "Nov.",
90 "Dic.",
91 }
92 wide{
93 "Enero",
94 "Febrero",
95 "Marzo",
96 "Abril",
97 "Mayo",
98 "Junio",
99 "Julio",
100 "Agosto",
101 "Setiembre",
102 "Octubre",
103 "Noviembre",
104 "Diciembre",
105 }
106 }
107 }
46 } 108 }
47 } 109 }
48 } 110 }
OLDNEW
« no previous file with comments | « source/data/locales/es_PA.txt ('k') | source/data/locales/es_PH.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698