| 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/gu.xml | 6 // * Source File: <path>/common/main/gu.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/gu.xml | 10 * ICU <specials> source: <path>/common/main/gu.xml |
| (...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 632 "અજ્ઞાત ચલણ", | 632 "અજ્ઞાત ચલણ", |
| 633 } | 633 } |
| 634 YER{ | 634 YER{ |
| 635 "YER", | 635 "YER", |
| 636 "યેમેની રિઆલ", | 636 "યેમેની રિઆલ", |
| 637 } | 637 } |
| 638 ZAR{ | 638 ZAR{ |
| 639 "ZAR", | 639 "ZAR", |
| 640 "દક્ષિણ આફ્રિકી રેંડ", | 640 "દક્ષિણ આફ્રિકી રેંડ", |
| 641 } | 641 } |
| 642 ZMK{ | |
| 643 "ZMK", | |
| 644 "ઝામ્બિયન ક્વાચા (1968–2012)", | |
| 645 } | |
| 646 ZMW{ | 642 ZMW{ |
| 647 "ZMW", | 643 "ZMW", |
| 648 "ઝામ્બિયન ક્વાચા", | 644 "ઝામ્બિયન ક્વાચા", |
| 649 } | 645 } |
| 650 } | 646 } |
| 651 CurrencyPlurals{ | 647 CurrencyPlurals{ |
| 652 AED{ | 648 AED{ |
| 653 one{"યુનાઈટેડ આરબ અમિરાત દિરહામ"} | 649 one{"યુનાઈટેડ આરબ અમિરાત દિરહામ"} |
| 654 other{"યુનાઈટેડ આરબ અમિરાત દિરહામ"} | 650 other{"યુનાઈટેડ આરબ અમિરાત દિરહામ"} |
| 655 } | 651 } |
| (...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1273 one{"ઝામ્બિયન ક્વાચા"} | 1269 one{"ઝામ્બિયન ક્વાચા"} |
| 1274 other{"ઝામ્બિયન ક્વાચા"} | 1270 other{"ઝામ્બિયન ક્વાચા"} |
| 1275 } | 1271 } |
| 1276 } | 1272 } |
| 1277 CurrencyUnitPatterns{ | 1273 CurrencyUnitPatterns{ |
| 1278 one{"{0} {1}"} | 1274 one{"{0} {1}"} |
| 1279 other{"{0} {1}"} | 1275 other{"{0} {1}"} |
| 1280 } | 1276 } |
| 1281 Version{"2.0.92.87"} | 1277 Version{"2.0.92.87"} |
| 1282 } | 1278 } |
| OLD | NEW |