| 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/ms.xml | 6 // * Source File: <path>/common/main/ms.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/ms.xml | 10 * ICU <specials> source: <path>/common/main/ms.xml |
| (...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 624 "Mata Wang Tidak Diketahui", | 624 "Mata Wang Tidak Diketahui", |
| 625 } | 625 } |
| 626 YER{ | 626 YER{ |
| 627 "YER", | 627 "YER", |
| 628 "Rial Yaman", | 628 "Rial Yaman", |
| 629 } | 629 } |
| 630 ZAR{ | 630 ZAR{ |
| 631 "ZAR", | 631 "ZAR", |
| 632 "Rand Afrika Selatan", | 632 "Rand Afrika Selatan", |
| 633 } | 633 } |
| 634 ZMK{ | |
| 635 "ZMK", | |
| 636 "Kwacha Zambia (1968–2012)", | |
| 637 } | |
| 638 ZMW{ | 634 ZMW{ |
| 639 "ZMW", | 635 "ZMW", |
| 640 "Kwacha Zambia", | 636 "Kwacha Zambia", |
| 641 } | 637 } |
| 642 } | 638 } |
| 643 CurrencyPlurals{ | 639 CurrencyPlurals{ |
| 644 AFN{ | 640 AFN{ |
| 645 other{"Afghani Afghanistan"} | 641 other{"Afghani Afghanistan"} |
| 646 } | 642 } |
| 647 ANG{ | 643 ANG{ |
| (...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 976 } | 972 } |
| 977 YER{ | 973 YER{ |
| 978 other{"Rial Yaman"} | 974 other{"Rial Yaman"} |
| 979 } | 975 } |
| 980 } | 976 } |
| 981 CurrencyUnitPatterns{ | 977 CurrencyUnitPatterns{ |
| 982 other{"{0} {1}"} | 978 other{"{0} {1}"} |
| 983 } | 979 } |
| 984 Version{"2.0.92.87"} | 980 Version{"2.0.92.87"} |
| 985 } | 981 } |
| OLD | NEW |