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: source/data/locales/kl.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/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) 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/kl.xml 6 // * Source File: <path>/common/main/kl.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /** 9 /**
10 * ICU <specials> source: <path>/common/main/kl.xml 10 * ICU <specials> source: <path>/common/main/kl.xml
11 */ 11 */
12 kl{ 12 kl{
13 AuxExemplarCharacters{"[]"}
13 ExemplarCharacters{ 14 ExemplarCharacters{
14 "[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" 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"
15 " z æ ø å]" 16 " z æ ø å]"
16 } 17 }
17 LocaleScript{ 18 LocaleScript{
18 "Latn", 19 "Latn",
19 } 20 }
20 NumberElements{ 21 NumberElements{
21 latn{ 22 latn{
22 patterns{ 23 patterns{
23 currencyFormat{"¤#,##0.00;¤-#,##0.00"} 24 currencyFormat{"¤#,##0.00;¤-#,##0.00"}
24 percentFormat{"#,##0 %"} 25 percentFormat{"#,##0 %"}
25 } 26 }
26 symbols{ 27 symbols{
27 decimal{","} 28 decimal{","}
28 group{"."} 29 group{"."}
29 } 30 }
30 } 31 }
31 } 32 }
32 Version{"2.0.92.87"} 33 Version{"2.1.6.69"}
33 calendar{ 34 calendar{
34 gregorian{ 35 gregorian{
35 dayNames{ 36 dayNames{
36 format{ 37 format{
37 abbreviated{ 38 abbreviated{
38 "sab", 39 "sab",
39 "ata", 40 "ata",
40 "mar", 41 "mar",
41 "pin", 42 "pin",
42 "sis", 43 "sis",
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 one{"om {0} ukioq"} 232 one{"om {0} ukioq"}
232 other{"om {0} ukioq"} 233 other{"om {0} ukioq"}
233 } 234 }
234 past{ 235 past{
235 one{"for {0} ukioq siden"} 236 one{"for {0} ukioq siden"}
236 other{"for {0} ukioq siden"} 237 other{"for {0} ukioq siden"}
237 } 238 }
238 } 239 }
239 } 240 }
240 } 241 }
241 unitsNarrow{
242 }
243 unitsShort{
244 }
245 } 242 }
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