| 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/wae.xml | 6 // * Source File: <path>/common/main/wae.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | |
| 10 * ICU <specials> source: <path>/common/main/wae.xml | |
| 11 */ | |
| 12 wae{ | 9 wae{ |
| 13 Version{"2.1.7.53"} | 10 Version{"2.1.19.14"} |
| 14 units{ | 11 units{ |
| 15 duration{ | 12 duration{ |
| 16 day{ | 13 day{ |
| 17 dnam{"täg"} | 14 dnam{"täg"} |
| 18 one{"{0} täg"} | 15 one{"{0} täg"} |
| 19 other{"{0} täg"} | 16 other{"{0} täg"} |
| 20 } | 17 } |
| 21 hour{ | 18 hour{ |
| 22 dnam{"stunde"} | 19 dnam{"stunde"} |
| 23 one{"{0} stund"} | 20 one{"{0} stund"} |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 } | 66 } |
| 70 week{ | 67 week{ |
| 71 dnam{"wučä"} | 68 dnam{"wučä"} |
| 72 } | 69 } |
| 73 year{ | 70 year{ |
| 74 dnam{"jár"} | 71 dnam{"jár"} |
| 75 } | 72 } |
| 76 } | 73 } |
| 77 } | 74 } |
| 78 } | 75 } |
| OLD | NEW |