| 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/brx.xml | 6 // * Source File: <path>/common/main/brx.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | |
| 10 * ICU <specials> source: <path>/common/main/brx.xml | |
| 11 */ | |
| 12 brx{ | 9 brx{ |
| 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 |