| 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/hi.xml | 6 // * Source File: <path>/common/main/hi.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/hi.xml | 10 * ICU <specials> source: <path>/common/main/hi.xml |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 277 } | 277 } |
| 278 IDR{ | 278 IDR{ |
| 279 "IDR", | 279 "IDR", |
| 280 "इंडोनेशियाई रुपिया", | 280 "इंडोनेशियाई रुपिया", |
| 281 } | 281 } |
| 282 ILS{ | 282 ILS{ |
| 283 "₪", | 283 "₪", |
| 284 "इज़राइली न्यू शेकेल", | 284 "इज़राइली न्यू शेकेल", |
| 285 } | 285 } |
| 286 INR{ | 286 INR{ |
| 287 "₹", | 287 "Rs.", |
| 288 "भारतीय रुपया", | 288 "भारतीय रुपया", |
| 289 } | 289 } |
| 290 IQD{ | 290 IQD{ |
| 291 "IQD", | 291 "IQD", |
| 292 "इराकी दिनार", | 292 "इराकी दिनार", |
| 293 } | 293 } |
| 294 IRR{ | 294 IRR{ |
| 295 "IRR", | 295 "IRR", |
| 296 "ईरानी रियाल", | 296 "ईरानी रियाल", |
| 297 } | 297 } |
| (...skipping 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1414 one{"ज़ाम्बियन क्वाचा"} | 1414 one{"ज़ाम्बियन क्वाचा"} |
| 1415 other{"ज़ाम्बियन क्वाचा"} | 1415 other{"ज़ाम्बियन क्वाचा"} |
| 1416 } | 1416 } |
| 1417 } | 1417 } |
| 1418 CurrencyUnitPatterns{ | 1418 CurrencyUnitPatterns{ |
| 1419 one{"{0} {1}"} | 1419 one{"{0} {1}"} |
| 1420 other{"{0} {1}"} | 1420 other{"{0} {1}"} |
| 1421 } | 1421 } |
| 1422 Version{"2.1.8.9"} | 1422 Version{"2.1.8.9"} |
| 1423 } | 1423 } |
| OLD | NEW |