| OLD | NEW |
| 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/kea.xml | 6 // * Source File: <path>/common/main/kea.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | |
| 10 * ICU <specials> source: <path>/common/main/kea.xml | |
| 11 */ | |
| 12 kea{ | 9 kea{ |
| 13 Version{"2.1.7.39"} | 10 Version{"2.1.19.74"} |
| 14 zoneStrings{ | 11 zoneStrings{ |
| 15 "America:Blanc-Sablon"{ | 12 "America:Blanc-Sablon"{ |
| 16 ec{"Blank-Sablon"} | 13 ec{"Blank-Sablon"} |
| 17 } | 14 } |
| 18 "Etc:Unknown"{ | 15 "Etc:Unknown"{ |
| 19 ec{"Sidadi Diskonxedu"} | 16 ec{"Sidadi Diskonxedu"} |
| 20 } | 17 } |
| 21 "meta:Africa_Central"{ | 18 "meta:Africa_Central"{ |
| 22 ls{"Ora di Afrika Sentral"} | 19 ls{"Ora di Afrika Sentral"} |
| 23 } | 20 } |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 } | 91 } |
| 95 fallbackFormat{"{1} ({0})"} | 92 fallbackFormat{"{1} ({0})"} |
| 96 gmtFormat{"GMT{0}"} | 93 gmtFormat{"GMT{0}"} |
| 97 gmtZeroFormat{"GMT"} | 94 gmtZeroFormat{"GMT"} |
| 98 hourFormat{"+HH:mm;-HH:mm"} | 95 hourFormat{"+HH:mm;-HH:mm"} |
| 99 regionFormat{"Ora di {0}"} | 96 regionFormat{"Ora di {0}"} |
| 100 regionFormatDaylight{"Ora di {0} (verãu)"} | 97 regionFormatDaylight{"Ora di {0} (verãu)"} |
| 101 regionFormatStandard{"Ora di {0} (normal)"} | 98 regionFormatStandard{"Ora di {0} (normal)"} |
| 102 } | 99 } |
| 103 } | 100 } |
| OLD | NEW |