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

Side by Side Diff: source/data/locales/es_DO.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_CU.txt ('k') | source/data/locales/es_EA.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_DO.xml 6 // * Source File: <path>/common/main/es_DO.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 es_DO{ 9 es_DO{
10 %%Parent{"es_419"} 10 %%Parent{"es_419"}
11 Version{"2.1.6.69"} 11 NumberElements{
12 latn{
13 patterns{
14 accountingFormat{"¤#,##0.00;(¤#,##0.00)"}
15 percentFormat{"#,##0%"}
16 }
17 }
18 }
19 Version{"2.1.19.14"}
20 calendar{
21 generic{
22 DateTimePatterns{
23 "h:mm:ss a zzzz",
24 "h:mm:ss a z",
25 "h:mm:ss a",
26 "h:mm a",
27 "EEEE, d 'de' MMMM 'de' y G",
28 "d 'de' MMMM 'de' y G",
29 "dd/MM/y G",
30 "dd/MM/yy GGGGG",
31 "{1} {0}",
32 "{1}, {0}",
33 "{1}, {0}",
34 "{1} {0}",
35 "{1} {0}",
36 }
37 }
38 gregorian{
39 DateTimePatterns{
40 "h:mm:ss a zzzz",
41 "h:mm:ss a z",
42 "h:mm:ss a",
43 "h:mm a",
44 "EEEE, d 'de' MMMM 'de' y",
45 "d 'de' MMMM 'de' y",
46 "d MMM y",
47 "d/M/yy",
48 "{1} {0}",
49 "{1}, {0}",
50 "{1}, {0}",
51 "{1} {0}",
52 "{1} {0}",
53 }
54 availableFormats{
55 yMMMd{"d MMM 'de' y"}
56 }
57 dayPeriod{
58 format{
59 narrow{
60 evening1{"tarde"}
61 morning1{"día"}
62 morning2{"mañana"}
63 night1{"noche"}
64 }
65 }
66 stand-alone{
67 narrow{
68 noon{"m."}
69 }
70 }
71 }
72 eras{
73 wide%variant{
74 "antes de la Era Común",
75 "Era Común",
76 }
77 }
78 quarters{
79 format{
80 abbreviated{
81 "Q1",
82 "Q2",
83 "Q3",
84 "Q4",
85 }
86 }
87 stand-alone{
88 abbreviated{
89 "Q1",
90 "Q2",
91 "Q3",
92 "Q4",
93 }
94 }
95 }
96 }
97 }
98 fields{
99 day{
100 dn{"Día"}
101 }
102 era{
103 dn{"Era"}
104 }
105 minute{
106 dn{"Minuto"}
107 }
108 month{
109 dn{"Mes"}
110 }
111 quarter{
112 dn{"Trimestre"}
113 }
114 second{
115 dn{"Segundo"}
116 }
117 week{
118 dn{"Semana"}
119 }
120 weekday{
121 dn{"Día de la semana"}
122 }
123 year{
124 dn{"Año"}
125 }
126 }
127 listPattern{
128 unit-narrow{
129 end{"{0} y {1}"}
130 }
131 unit-short{
132 end{"{0} y {1}"}
133 }
134 }
12 } 135 }
OLDNEW
« no previous file with comments | « source/data/locales/es_CU.txt ('k') | source/data/locales/es_EA.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698