OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |