| 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/ks.xml | 6 // * Source File: <path>/common/main/ks.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | |
| 10 * ICU <specials> source: <path>/common/main/ks.xml | |
| 11 */ | |
| 12 ks{ | 9 ks{ |
| 13 Version{"2.1.8.9"} | 10 Version{"2.1.19.74"} |
| 14 units{ | 11 units{ |
| 15 duration{ | 12 duration{ |
| 16 day{ | 13 day{ |
| 17 one{"{0} دۄہ"} | 14 one{"{0} دۄہ"} |
| 18 other{"{0} دۄہ"} | 15 other{"{0} دۄہ"} |
| 19 } | 16 } |
| 20 hour{ | 17 hour{ |
| 21 one{"{0} گَنٹہٕ"} | 18 one{"{0} گَنٹہٕ"} |
| 22 other{"{0} گٲنٛٹہٕ"} | 19 other{"{0} گٲنٛٹہٕ"} |
| 23 } | 20 } |
| (...skipping 13 matching lines...) Expand all Loading... |
| 37 one{"{0} ہَفتہٕ"} | 34 one{"{0} ہَفتہٕ"} |
| 38 other{"{0} ہَفتہٕ"} | 35 other{"{0} ہَفتہٕ"} |
| 39 } | 36 } |
| 40 year{ | 37 year{ |
| 41 one{"{0} ؤری"} | 38 one{"{0} ؤری"} |
| 42 other{"{0} ؤری"} | 39 other{"{0} ؤری"} |
| 43 } | 40 } |
| 44 } | 41 } |
| 45 } | 42 } |
| 46 } | 43 } |
| OLD | NEW |