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/mt.xml | 6 // * Source File: <path>/common/main/mt.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/mt.xml | 10 * ICU <specials> source: <path>/common/main/mt.xml |
11 */ | 11 */ |
12 mt{ | 12 mt{ |
13 Version{"2.0.92.87"} | 13 Version{"2.1.8.22"} |
14 zoneStrings{ | 14 zoneStrings{ |
15 "Etc:Unknown"{ | 15 "Etc:Unknown"{ |
16 ec{"Belt Mhux Magħruf"} | 16 ec{"Belt Mhux Magħruf"} |
17 } | 17 } |
18 "Europe:London"{ | 18 "Europe:London"{ |
19 ec{"Londra"} | 19 ec{"Londra"} |
20 } | 20 } |
21 "Europe:Malta"{ | 21 "Europe:Malta"{ |
22 ec{"Valletta"} | 22 ec{"Valletta"} |
23 } | 23 } |
(...skipping 11 matching lines...) Expand all Loading... |
35 ss{"EET"} | 35 ss{"EET"} |
36 } | 36 } |
37 "meta:Europe_Western"{ | 37 "meta:Europe_Western"{ |
38 sd{"WEST"} | 38 sd{"WEST"} |
39 sg{"WET"} | 39 sg{"WET"} |
40 ss{"WET"} | 40 ss{"WET"} |
41 } | 41 } |
42 "meta:GMT"{ | 42 "meta:GMT"{ |
43 ss{"GMT"} | 43 ss{"GMT"} |
44 } | 44 } |
| 45 fallbackFormat{"{1} ({0})"} |
45 gmtFormat{"GMT{0}"} | 46 gmtFormat{"GMT{0}"} |
| 47 gmtZeroFormat{"GMT"} |
46 hourFormat{"+HH:mm;-HH:mm"} | 48 hourFormat{"+HH:mm;-HH:mm"} |
47 regionFormat{"Ħin ta’ {0}"} | 49 regionFormat{"Ħin ta’ {0}"} |
| 50 regionFormatStandard{"{0} Ħin Standard"} |
48 } | 51 } |
49 } | 52 } |
OLD | NEW |