| 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/nn.xml | 6 // * Source File: <path>/common/main/nn.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | |
| 10 * ICU <specials> source: <path>/common/main/nn.xml | |
| 11 */ | |
| 12 nn{ | 9 nn{ |
| 13 Version{"2.1.7.72"} | 10 Version{"2.1.19.14"} |
| 14 zoneStrings{ | 11 zoneStrings{ |
| 15 "America:Belem"{ | 12 "America:Belem"{ |
| 16 ec{"Belém"} | 13 ec{"Belém"} |
| 17 } | 14 } |
| 18 "America:Cancun"{ | 15 "America:Cancun"{ |
| 19 ec{"Cancún"} | 16 ec{"Cancún"} |
| 20 } | 17 } |
| 21 "America:Godthab"{ | 18 "America:Godthab"{ |
| 22 ec{"Godthåb"} | 19 ec{"Godthåb"} |
| 23 } | 20 } |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 } | 108 } |
| 112 "meta:GMT"{ | 109 "meta:GMT"{ |
| 113 ls{"greenwich middeltid"} | 110 ls{"greenwich middeltid"} |
| 114 ss{"GMT"} | 111 ss{"GMT"} |
| 115 } | 112 } |
| 116 fallbackFormat{"{1} ({0})"} | 113 fallbackFormat{"{1} ({0})"} |
| 117 gmtFormat{"GMT{0}"} | 114 gmtFormat{"GMT{0}"} |
| 118 hourFormat{"+HH:mm;-HH:mm"} | 115 hourFormat{"+HH:mm;-HH:mm"} |
| 119 } | 116 } |
| 120 } | 117 } |
| OLD | NEW |