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

Side by Side Diff: source/data/locales/kl.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/kkj_CM.txt ('k') | source/data/locales/kl_GL.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/kl.xml 6 // * Source File: <path>/common/main/kl.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/kl.xml
11 */
12 kl{ 9 kl{
13 AuxExemplarCharacters{"[]"} 10 AuxExemplarCharacters{"[]"}
14 ExemplarCharacters{ 11 ExemplarCharacters{
15 "[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" 12 "[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"
16 " z æ ø å]" 13 " z æ ø å]"
17 } 14 }
18 LocaleScript{
19 "Latn",
20 }
21 NumberElements{ 15 NumberElements{
22 latn{ 16 latn{
23 patterns{ 17 patterns{
24 currencyFormat{"¤#,##0.00;¤-#,##0.00"} 18 currencyFormat{"¤#,##0.00;¤-#,##0.00"}
25 percentFormat{"#,##0 %"} 19 percentFormat{"#,##0 %"}
26 } 20 }
27 symbols{ 21 symbols{
28 decimal{","} 22 decimal{","}
29 group{"."} 23 group{"."}
30 } 24 }
31 } 25 }
32 } 26 }
33 Version{"2.1.6.69"} 27 Version{"2.1.19.28"}
34 calendar{ 28 calendar{
35 gregorian{ 29 gregorian{
36 dayNames{ 30 dayNames{
37 format{ 31 format{
38 abbreviated{ 32 abbreviated{
39 "sab", 33 "sab",
40 "ata", 34 "ata",
41 "mar", 35 "mar",
42 "pin", 36 "pin",
43 "sis", 37 "sis",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 "augustusi", 135 "augustusi",
142 "septemberi", 136 "septemberi",
143 "oktoberi", 137 "oktoberi",
144 "novemberi", 138 "novemberi",
145 "decemberi", 139 "decemberi",
146 } 140 }
147 } 141 }
148 } 142 }
149 } 143 }
150 } 144 }
151 durationUnits{
152 hm{"h:mm"}
153 hms{"h:mm:ss"}
154 ms{"m:ss"}
155 }
156 fields{ 145 fields{
157 day{ 146 day{
158 relativeTime{ 147 relativeTime{
159 future{ 148 future{
160 one{"om {0} ulloq unnuarlu"} 149 one{"om {0} ulloq unnuarlu"}
161 other{"om {0} ulloq unnuarlu"} 150 other{"om {0} ulloq unnuarlu"}
162 } 151 }
163 past{ 152 past{
164 one{"for {0} ulloq unnuarlu siden"} 153 one{"for {0} ulloq unnuarlu siden"}
165 other{"for {0} ulloq unnuarlu siden"} 154 other{"for {0} ulloq unnuarlu siden"}
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 other{"om {0} ukioq"} 222 other{"om {0} ukioq"}
234 } 223 }
235 past{ 224 past{
236 one{"for {0} ukioq siden"} 225 one{"for {0} ukioq siden"}
237 other{"for {0} ukioq siden"} 226 other{"for {0} ukioq siden"}
238 } 227 }
239 } 228 }
240 } 229 }
241 } 230 }
242 } 231 }
OLDNEW
« no previous file with comments | « source/data/locales/kkj_CM.txt ('k') | source/data/locales/kl_GL.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698