| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 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/ur_IN.xml | 6 // * Source File: <path>/common/main/ur_IN.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/ur_IN.xml | 10 * ICU <specials> source: <path>/common/main/ur_IN.xml |
| 11 */ | 11 */ |
| 12 ur_IN{ | 12 ur_IN{ |
| 13 Version{"2.1.8.19"} | 13 Version{"2.1.8.19"} |
| 14 units{ | 14 units{ |
| 15 length{ | |
| 16 astronomical-unit{ | |
| 17 dnam{"فلکیاتی اکائیاں"} | |
| 18 one{"{0} فلکیاتی اکائی"} | |
| 19 other{"{0} فلکیاتی اکائیاں"} | |
| 20 } | |
| 21 } | |
| 22 } | 15 } |
| 23 unitsNarrow{ | 16 unitsNarrow{ |
| 24 length{ | |
| 25 centimeter{ | |
| 26 one{"cm{0}"} | |
| 27 other{"cm {0}"} | |
| 28 } | |
| 29 } | |
| 30 } | 17 } |
| 31 unitsShort{ | 18 unitsShort{ |
| 32 angle{ | |
| 33 arc-second{ | |
| 34 one{"{0} آرک سیکنڈ"} | |
| 35 other{"{0} آرک سیکنڈ"} | |
| 36 } | |
| 37 } | |
| 38 duration{ | 19 duration{ |
| 39 microsecond{ | 20 microsecond{ |
| 40 dnam{"μsecs"} | 21 dnam{"μsecs"} |
| 41 } | 22 } |
| 42 } | 23 } |
| 43 } | 24 } |
| 44 } | 25 } |
| OLD | NEW |