| 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/zh.xml | 6 // * Source File: <path>/common/main/zh.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/zh.xml | 10 * ICU <specials> source: <path>/common/main/zh.xml |
| (...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 489 } | 489 } |
| 490 ILR{ | 490 ILR{ |
| 491 "ILS", | 491 "ILS", |
| 492 "以色列谢克尔(1980–1985)", | 492 "以色列谢克尔(1980–1985)", |
| 493 } | 493 } |
| 494 ILS{ | 494 ILS{ |
| 495 "₪", | 495 "₪", |
| 496 "以色列新谢克尔", | 496 "以色列新谢克尔", |
| 497 } | 497 } |
| 498 INR{ | 498 INR{ |
| 499 "₹", | 499 "Rs.", |
| 500 "印度卢比", | 500 "印度卢比", |
| 501 } | 501 } |
| 502 IQD{ | 502 IQD{ |
| 503 "IQD", | 503 "IQD", |
| 504 "伊拉克第纳尔", | 504 "伊拉克第纳尔", |
| 505 } | 505 } |
| 506 IRR{ | 506 IRR{ |
| 507 "IRR", | 507 "IRR", |
| 508 "伊朗里亚尔", | 508 "伊朗里亚尔", |
| 509 } | 509 } |
| (...skipping 1551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2061 } | 2061 } |
| 2062 ZWR{ | 2062 ZWR{ |
| 2063 other{"津巴布韦元 (2008)"} | 2063 other{"津巴布韦元 (2008)"} |
| 2064 } | 2064 } |
| 2065 } | 2065 } |
| 2066 CurrencyUnitPatterns{ | 2066 CurrencyUnitPatterns{ |
| 2067 other{"{0}{1}"} | 2067 other{"{0}{1}"} |
| 2068 } | 2068 } |
| 2069 Version{"2.1.8.9"} | 2069 Version{"2.1.8.9"} |
| 2070 } | 2070 } |
| OLD | NEW |