| 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/nn.xml | 6 // * Source File: <path>/common/main/nn.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/nn.xml | 10 * ICU <specials> source: <path>/common/main/nn.xml |
| 11 */ | 11 */ |
| 12 nn{ | 12 nn{ |
| 13 Version{"2.0.92.87"} | 13 Version{"2.1.7.72"} |
| 14 zoneStrings{ | 14 zoneStrings{ |
| 15 "America:Belem"{ | 15 "America:Belem"{ |
| 16 ec{"Belém"} | 16 ec{"Belém"} |
| 17 } | 17 } |
| 18 "America:Cancun"{ | 18 "America:Cancun"{ |
| 19 ec{"Cancún"} | 19 ec{"Cancún"} |
| 20 } | 20 } |
| 21 "America:Godthab"{ | 21 "America:Godthab"{ |
| 22 ec{"Godthåb"} | 22 ec{"Godthåb"} |
| 23 } | 23 } |
| 24 "America:Mexico_City"{ | 24 "America:Mexico_City"{ |
| 25 ec{"Mexico by"} | 25 ec{"Mexico by"} |
| 26 } | 26 } |
| 27 "America:North_Dakota:Center"{ | 27 "America:North_Dakota:Center"{ |
| 28 ec{"Center, Nord-Dakota"} | 28 ec{"Center, Nord-Dakota"} |
| 29 } | 29 } |
| 30 "Antarctica:South_Pole"{ | |
| 31 ec{"Sørpolen"} | |
| 32 } | |
| 33 "Asia:Tashkent"{ | 30 "Asia:Tashkent"{ |
| 34 ec{"Tasjkent"} | 31 ec{"Tasjkent"} |
| 35 } | 32 } |
| 36 "Asia:Ulaanbaatar"{ | 33 "Asia:Ulaanbaatar"{ |
| 37 ec{"Ulan Bator"} | 34 ec{"Ulan Bator"} |
| 38 } | 35 } |
| 39 "Atlantic:Azores"{ | 36 "Atlantic:Azores"{ |
| 40 ec{"Azorane"} | 37 ec{"Azorane"} |
| 41 } | 38 } |
| 42 "Atlantic:Canary"{ | 39 "Atlantic:Canary"{ |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 } | 111 } |
| 115 "meta:GMT"{ | 112 "meta:GMT"{ |
| 116 ls{"greenwich middeltid"} | 113 ls{"greenwich middeltid"} |
| 117 ss{"GMT"} | 114 ss{"GMT"} |
| 118 } | 115 } |
| 119 fallbackFormat{"{1} ({0})"} | 116 fallbackFormat{"{1} ({0})"} |
| 120 gmtFormat{"GMT{0}"} | 117 gmtFormat{"GMT{0}"} |
| 121 hourFormat{"+HH:mm;-HH:mm"} | 118 hourFormat{"+HH:mm;-HH:mm"} |
| 122 } | 119 } |
| 123 } | 120 } |
| OLD | NEW |