| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2013 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/zu.xml | 6 // * Source File: <path>/common/main/zu.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/zu.xml | 10 * ICU <specials> source: <path>/common/main/zu.xml |
| (...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 632 "Imali engaziwa", | 632 "Imali engaziwa", |
| 633 } | 633 } |
| 634 YER{ | 634 YER{ |
| 635 "YER", | 635 "YER", |
| 636 "i-Yemeni Rial", | 636 "i-Yemeni Rial", |
| 637 } | 637 } |
| 638 ZAR{ | 638 ZAR{ |
| 639 "R", | 639 "R", |
| 640 "i-South African Rand", | 640 "i-South African Rand", |
| 641 } | 641 } |
| 642 ZMK{ | |
| 643 "ZMK", | |
| 644 "i-Zambian Kwacha (1968–2012)", | |
| 645 } | |
| 646 ZMW{ | 642 ZMW{ |
| 647 "ZMW", | 643 "ZMW", |
| 648 "i-Zambian Kwacha", | 644 "i-Zambian Kwacha", |
| 649 } | 645 } |
| 650 } | 646 } |
| 651 CurrencyUnitPatterns{ | 647 CurrencyUnitPatterns{ |
| 652 one{"{0} {1}"} | 648 one{"{0} {1}"} |
| 653 other{"{0} {1}"} | 649 other{"{0} {1}"} |
| 654 } | 650 } |
| 655 Version{"2.0.92.87"} | 651 Version{"2.0.92.87"} |
| 656 } | 652 } |
| OLD | NEW |