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

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