| 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/ks.xml | 6 // * Source File: <path>/common/main/ks.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/ks.xml | 10 * ICU <specials> source: <path>/common/main/ks.xml |
| 11 */ | 11 */ |
| 12 ks{ | 12 ks{ |
| 13 AuxExemplarCharacters{"[\u200E\u200F]"} | 13 AuxExemplarCharacters{"[\u200E\u200F]"} |
| (...skipping 22 matching lines...) Expand all Loading... |
| 36 list{";"} | 36 list{";"} |
| 37 minusSign{"-"} | 37 minusSign{"-"} |
| 38 nan{"NaN"} | 38 nan{"NaN"} |
| 39 perMille{"‰"} | 39 perMille{"‰"} |
| 40 percentSign{"%"} | 40 percentSign{"%"} |
| 41 plusSign{"+"} | 41 plusSign{"+"} |
| 42 } | 42 } |
| 43 } | 43 } |
| 44 native{"arabext"} | 44 native{"arabext"} |
| 45 } | 45 } |
| 46 Version{"2.0.92.87"} | 46 Version{"2.1.8.9"} |
| 47 calendar{ | 47 calendar{ |
| 48 generic{ | 48 generic{ |
| 49 DateTimePatterns{ | 49 DateTimePatterns{ |
| 50 "h:mm:ss a zzzz", | 50 "h:mm:ss a zzzz", |
| 51 "h:mm:ss a z", | 51 "h:mm:ss a z", |
| 52 "h:mm:ss a", | 52 "h:mm:ss a", |
| 53 "h:mm a", | 53 "h:mm a", |
| 54 "EEEE, MMMM d, Gy", | 54 "EEEE, MMMM d, Gy", |
| 55 "MMMM d, Gy", | 55 "MMMM d, Gy", |
| 56 "MMM d, Gy", | 56 "MMM d, Gy", |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 dn{"زون"} | 291 dn{"زون"} |
| 292 } | 292 } |
| 293 } | 293 } |
| 294 layout{ | 294 layout{ |
| 295 characters{"right-to-left"} | 295 characters{"right-to-left"} |
| 296 } | 296 } |
| 297 measurementSystemNames{ | 297 measurementSystemNames{ |
| 298 US{"یوٗ ایس"} | 298 US{"یوٗ ایس"} |
| 299 metric{"میٖٹرِک"} | 299 metric{"میٖٹرِک"} |
| 300 } | 300 } |
| 301 units{ | |
| 302 duration{ | |
| 303 day{ | |
| 304 one{"{0} دۄہ"} | |
| 305 other{"{0} دۄہ"} | |
| 306 } | |
| 307 hour{ | |
| 308 one{"{0} گَنٹہٕ"} | |
| 309 other{"{0} گٲنٛٹہٕ"} | |
| 310 } | |
| 311 minute{ | |
| 312 one{"{0} مِنَٹ"} | |
| 313 other{"{0} مِنَٹ"} | |
| 314 } | |
| 315 month{ | |
| 316 one{"{0} ریٚتھ"} | |
| 317 other{"{0} ریٚتھ"} | |
| 318 } | |
| 319 second{ | |
| 320 one{"{0} سیٚکَنٛڈ"} | |
| 321 other{"{0} سیٚکَنٛڈ"} | |
| 322 } | |
| 323 week{ | |
| 324 one{"{0} ہَفتہٕ"} | |
| 325 other{"{0} ہَفتہٕ"} | |
| 326 } | |
| 327 year{ | |
| 328 one{"{0} ؤری"} | |
| 329 other{"{0} ؤری"} | |
| 330 } | |
| 331 } | |
| 332 } | |
| 333 } | 301 } |
| OLD | NEW |