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

Side by Side Diff: icu52/source/data/locales/eo.txt

Issue 239543018: Trim ICU data to reduce the download size/memory usage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « icu52/source/data/locales/ee.txt ('k') | icu52/source/data/locales/eu.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) 2013 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 LocaleScript{ 15 LocaleScript{
17 "Latn", 16 "Latn",
18 } 17 }
19 NumberElements{
20 latn{
21 symbols{
22 decimal{","}
23 group{" "}
24 }
25 }
26 }
27 Version{"2.0.90.61"} 18 Version{"2.0.90.61"}
28 calendar{
29 generic{
30 DateTimePatterns{
31 "H-'a' 'horo' 'kaj' m:ss zzzz",
32 "HH:mm:ss z",
33 "HH:mm:ss",
34 "HH:mm",
35 "EEEE, d-'a' 'de' MMMM y G",
36 "G y-MMMM-dd",
37 "G y-MMM-dd",
38 "GGGGG y-MM-dd",
39 "{1} {0}",
40 "{1} {0}",
41 "{1} {0}",
42 "{1} {0}",
43 "{1} {0}",
44 }
45 }
46 gregorian{
47 AmPmMarkers{
48 "atm",
49 "ptm",
50 }
51 DateTimePatterns{
52 "H-'a' 'horo' 'kaj' m:ss zzzz",
53 "HH:mm:ss z",
54 "HH:mm:ss",
55 "HH:mm",
56 "EEEE, d-'a' 'de' MMMM y",
57 "y-MMMM-dd",
58 "y-MMM-dd",
59 "yy-MM-dd",
60 "{1} {0}",
61 "{1} {0}",
62 "{1} {0}",
63 "{1} {0}",
64 "{1} {0}",
65 }
66 dayNames{
67 format{
68 abbreviated{
69 "di",
70 "lu",
71 "ma",
72 "me",
73 "ĵa",
74 "ve",
75 "sa",
76 }
77 wide{
78 "dimanĉo",
79 "lundo",
80 "mardo",
81 "merkredo",
82 "ĵaŭdo",
83 "vendredo",
84 "sabato",
85 }
86 }
87 }
88 eras{
89 abbreviated{
90 "aK",
91 "pK",
92 }
93 }
94 monthNames{
95 format{
96 abbreviated{
97 "jan",
98 "feb",
99 "mar",
100 "apr",
101 "maj",
102 "jun",
103 "jul",
104 "aŭg",
105 "sep",
106 "okt",
107 "nov",
108 "dec",
109 }
110 wide{
111 "januaro",
112 "februaro",
113 "marto",
114 "aprilo",
115 "majo",
116 "junio",
117 "julio",
118 "aŭgusto",
119 "septembro",
120 "oktobro",
121 "novembro",
122 "decembro",
123 }
124 }
125 }
126 }
127 }
128 } 19 }
OLDNEW
« no previous file with comments | « icu52/source/data/locales/ee.txt ('k') | icu52/source/data/locales/eu.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698