| 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/si.xml | 6 // * Source File: <path>/common/main/si.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/si.xml | 10 * ICU <specials> source: <path>/common/main/si.xml |
| (...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 628 "නොදත් මුදල්", | 628 "නොදත් මුදල්", |
| 629 } | 629 } |
| 630 YER{ | 630 YER{ |
| 631 "YER", | 631 "YER", |
| 632 "යේමන රියාල්", | 632 "යේමන රියාල්", |
| 633 } | 633 } |
| 634 ZAR{ | 634 ZAR{ |
| 635 "ZAR", | 635 "ZAR", |
| 636 "දකුණු අප්රිකානු රැන්ඩ්", | 636 "දකුණු අප්රිකානු රැන්ඩ්", |
| 637 } | 637 } |
| 638 ZMK{ | |
| 639 "ZMK", | |
| 640 "සැම්බියානු ක්වාචා (1968–2012)", | |
| 641 } | |
| 642 ZMW{ | 638 ZMW{ |
| 643 "ZMW", | 639 "ZMW", |
| 644 "සැම්බියානු ක්වාචා", | 640 "සැම්බියානු ක්වාචා", |
| 645 } | 641 } |
| 646 } | 642 } |
| 647 CurrencyPlurals{ | 643 CurrencyPlurals{ |
| 648 ANG{ | 644 ANG{ |
| 649 one{"නෙදර්ලන්ත ඇන්ටිලියන් ගිල්ඩර්"} | 645 one{"නෙදර්ලන්ත ඇන්ටිලියන් ගිල්ඩර්"} |
| 650 other{"නෙදර්ලන්ත ඇන්ටිලියන් ගිල්ඩර්"} | 646 other{"නෙදර්ලන්ත ඇන්ටිලියන් ගිල්ඩර්"} |
| 651 } | 647 } |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 793 one{"CFA ෆ්රෑන්ක් BCEAO"} | 789 one{"CFA ෆ්රෑන්ක් BCEAO"} |
| 794 other{"CFA ෆ්රෑන්ක් BCEAO"} | 790 other{"CFA ෆ්රෑන්ක් BCEAO"} |
| 795 } | 791 } |
| 796 } | 792 } |
| 797 CurrencyUnitPatterns{ | 793 CurrencyUnitPatterns{ |
| 798 one{"{1}{0}"} | 794 one{"{1}{0}"} |
| 799 other{"{1}{0}"} | 795 other{"{1}{0}"} |
| 800 } | 796 } |
| 801 Version{"2.0.92.87"} | 797 Version{"2.0.92.87"} |
| 802 } | 798 } |
| OLD | NEW |