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

Side by Side Diff: icu52/source/data/locales/fo.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/eu.txt ('k') | icu52/source/data/locales/ga.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/fo.xml 6 // * Source File: <path>/common/main/fo.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /** 9 /**
10 * ICU <specials> source: <path>/common/main/fo.xml 10 * ICU <specials> source: <path>/common/main/fo.xml
11 */ 11 */
12 fo{ 12 fo{
13 AuxExemplarCharacters{"[c q w z]"} 13 AuxExemplarCharacters{"[c q w z]"}
14 ExemplarCharacters{"[a á b d ð e f g h i í j k l m n o ó p r s t u ú v x y ý æ ø]"} 14 ExemplarCharacters{"[a á b d ð e f g h i í j k l m n o ó p r s t u ú v x y ý æ ø]"}
15 ExemplarCharactersIndex{"[A Á B C D Ð E F G H I Í J K L M N O Ó P Q R S T U Ú V W X Y Ý Z Æ Ø]"}
16 LocaleScript{ 15 LocaleScript{
17 "Latn", 16 "Latn",
18 } 17 }
19 NumberElements{
20 latn{
21 patterns{
22 currencyFormat{"¤#,##0.00;¤-#,##0.00"}
23 percentFormat{"#,##0 %"}
24 }
25 symbols{
26 decimal{","}
27 group{"."}
28 }
29 }
30 }
31 Version{"2.0.92.87"} 18 Version{"2.0.92.87"}
32 calendar{
33 generic{
34 DateTimePatterns{
35 "HH:mm:ss zzzz",
36 "HH:mm:ss z",
37 "HH:mm:ss",
38 "HH:mm",
39 "EEEE dd MMMM y G",
40 "d. MMM y G",
41 "dd-MM-y G",
42 "dd-MM-yy GGGGG",
43 "{1} {0}",
44 "{1} {0}",
45 "{1} {0}",
46 "{1} {0}",
47 "{1} {0}",
48 }
49 }
50 gregorian{
51 DateTimePatterns{
52 "HH:mm:ss zzzz",
53 "HH:mm:ss z",
54 "HH:mm:ss",
55 "HH:mm",
56 "EEEE dd MMMM y",
57 "d. MMM y",
58 "dd-MM-y",
59 "dd-MM-yy",
60 "{1} {0}",
61 "{1} {0}",
62 "{1} {0}",
63 "{1} {0}",
64 "{1} {0}",
65 }
66 dayNames{
67 format{
68 abbreviated{
69 "sun",
70 "mán",
71 "týs",
72 "mik",
73 "hós",
74 "frí",
75 "ley",
76 }
77 wide{
78 "sunnudagur",
79 "mánadagur",
80 "týsdagur",
81 "mikudagur",
82 "hósdagur",
83 "fríggjadagur",
84 "leygardagur",
85 }
86 }
87 }
88 monthNames{
89 format{
90 abbreviated{
91 "jan",
92 "feb",
93 "mar",
94 "apr",
95 "mai",
96 "jun",
97 "jul",
98 "aug",
99 "sep",
100 "okt",
101 "nov",
102 "des",
103 }
104 wide{
105 "januar",
106 "februar",
107 "mars",
108 "apríl",
109 "mai",
110 "juni",
111 "juli",
112 "august",
113 "september",
114 "oktober",
115 "november",
116 "desember",
117 }
118 }
119 }
120 quarters{
121 format{
122 abbreviated{
123 "K1",
124 "K2",
125 "K3",
126 "K4",
127 }
128 wide{
129 "1. kvartal",
130 "2. kvartal",
131 "3. kvartal",
132 "4. kvartal",
133 }
134 }
135 stand-alone{
136 wide{
137 "1. kvartal",
138 "2. kvartal",
139 "3. kvartal",
140 "4. kvartal",
141 }
142 }
143 }
144 }
145 }
146 durationUnits{
147 hm{"h:mm"}
148 hms{"h:mm:ss"}
149 ms{"m:ss"}
150 }
151 listPattern{
152 standard{
153 2{"{0} og {1}"}
154 end{"{0} og {1}"}
155 }
156 }
157 units{
158 duration{
159 day{
160 one{"{0} samdøgur"}
161 other{"{0} samdøgur"}
162 }
163 hour{
164 one{"{0} tími"}
165 other{"{0} tímar"}
166 }
167 minute{
168 one{"{0} minuttur"}
169 other{"{0} minuttir"}
170 }
171 month{
172 one{"{0} mánadur"}
173 other{"{0} mánaðir"}
174 }
175 second{
176 one{"{0} sekund"}
177 other{"{0} sekundir"}
178 }
179 week{
180 one{"{0} vika"}
181 other{"{0} vikur"}
182 }
183 }
184 }
185 } 19 }
OLDNEW
« no previous file with comments | « icu52/source/data/locales/eu.txt ('k') | icu52/source/data/locales/ga.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698