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

Side by Side Diff: source/data/locales/eo.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/en_ZW.txt ('k') | source/data/locales/es.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/eo.xml 6 // * Source File: <path>/common/main/eo.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/eo.xml
11 */
12 eo{ 9 eo{
13 AuxExemplarCharacters{"[q w x y]"} 10 AuxExemplarCharacters{"[q w x y]"}
14 ExemplarCharacters{"[a b c ĉ d e f g ĝ h ĥ i j ĵ k l m n o p r s ŝ t u ŭ v z ]"} 11 ExemplarCharacters{"[a b c ĉ d e f g ĝ h ĥ i j ĵ k l m n o p r s ŝ t u ŭ v z ]"}
15 LocaleScript{ 12 ExemplarCharactersIndex{"[A B C Ĉ D E F G Ĝ H Ĥ I J Ĵ K L M N O P R S Ŝ T U Ŭ V Z]"}
16 "Latn", 13 ExemplarCharactersPunctuation{"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] \\{ \\} /]"}
14 NumberElements{
15 latn{
16 symbols{
17 decimal{","}
18 group{" "}
19 }
20 }
17 } 21 }
18 Version{"2.1.6.76"} 22 Version{"2.1.19.14"}
23 calendar{
24 generic{
25 DateTimePatterns{
26 "H-'a' 'horo' 'kaj' m:ss zzzz",
27 "HH:mm:ss z",
28 "HH:mm:ss",
29 "HH:mm",
30 "EEEE, d-'a' 'de' MMMM y G",
31 "G y-MMMM-dd",
32 "G y-MMM-dd",
33 "GGGGG y-MM-dd",
34 "{1} {0}",
35 "{1} {0}",
36 "{1} {0}",
37 "{1} {0}",
38 "{1} {0}",
39 }
40 }
41 gregorian{
42 AmPmMarkers{
43 "atm",
44 "ptm",
45 }
46 DateTimePatterns{
47 "H-'a' 'horo' 'kaj' m:ss zzzz",
48 "HH:mm:ss z",
49 "HH:mm:ss",
50 "HH:mm",
51 "EEEE, d-'a' 'de' MMMM y",
52 "y-MMMM-dd",
53 "y-MMM-dd",
54 "yy-MM-dd",
55 "{1} {0}",
56 "{1} {0}",
57 "{1} {0}",
58 "{1} {0}",
59 "{1} {0}",
60 }
61 dayNames{
62 format{
63 abbreviated{
64 "di",
65 "lu",
66 "ma",
67 "me",
68 "ĵa",
69 "ve",
70 "sa",
71 }
72 wide{
73 "dimanĉo",
74 "lundo",
75 "mardo",
76 "merkredo",
77 "ĵaŭdo",
78 "vendredo",
79 "sabato",
80 }
81 }
82 stand-alone{
83 wide{
84 "dimanĉo",
85 "lundo",
86 "mardo",
87 "merkredo",
88 "ĵaŭdo",
89 "vendredo",
90 "sabato",
91 }
92 }
93 }
94 eras{
95 abbreviated{
96 "aK",
97 "pK",
98 }
99 narrow{
100 "aK",
101 "pK",
102 }
103 wide{
104 "aK",
105 "pK",
106 }
107 }
108 monthNames{
109 format{
110 abbreviated{
111 "jan",
112 "feb",
113 "mar",
114 "apr",
115 "maj",
116 "jun",
117 "jul",
118 "aŭg",
119 "sep",
120 "okt",
121 "nov",
122 "dec",
123 }
124 wide{
125 "januaro",
126 "februaro",
127 "marto",
128 "aprilo",
129 "majo",
130 "junio",
131 "julio",
132 "aŭgusto",
133 "septembro",
134 "oktobro",
135 "novembro",
136 "decembro",
137 }
138 }
139 stand-alone{
140 wide{
141 "januaro",
142 "februaro",
143 "marto",
144 "aprilo",
145 "majo",
146 "junio",
147 "julio",
148 "aŭgusto",
149 "septembro",
150 "oktobro",
151 "novembro",
152 "decembro",
153 }
154 }
155 }
156 }
157 }
19 } 158 }
OLDNEW
« no previous file with comments | « source/data/locales/en_ZW.txt ('k') | source/data/locales/es.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698