| 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/ga.xml | 6 // * Source File: <path>/common/main/ga.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/ga.xml | 10 * ICU <specials> source: <path>/common/main/ga.xml |
| (...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 473 } | 473 } |
| 474 ILP{ | 474 ILP{ |
| 475 "ILP", | 475 "ILP", |
| 476 "Punt Iosraelach", | 476 "Punt Iosraelach", |
| 477 } | 477 } |
| 478 ILS{ | 478 ILS{ |
| 479 "₪", | 479 "₪", |
| 480 "Seiceal Nua Iosrael", | 480 "Seiceal Nua Iosrael", |
| 481 } | 481 } |
| 482 INR{ | 482 INR{ |
| 483 "₹", | 483 "Rs.", |
| 484 "Rúipí na hIndia", | 484 "Rúipí na hIndia", |
| 485 } | 485 } |
| 486 IQD{ | 486 IQD{ |
| 487 "IQD", | 487 "IQD", |
| 488 "Dinar na hIaráice", | 488 "Dinar na hIaráice", |
| 489 } | 489 } |
| 490 IRR{ | 490 IRR{ |
| 491 "IRR", | 491 "IRR", |
| 492 "Rial na hIaráine", | 492 "Rial na hIaráine", |
| 493 } | 493 } |
| (...skipping 2129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2623 } | 2623 } |
| 2624 CurrencyUnitPatterns{ | 2624 CurrencyUnitPatterns{ |
| 2625 few{"{0} {1}"} | 2625 few{"{0} {1}"} |
| 2626 many{"{0} {1}"} | 2626 many{"{0} {1}"} |
| 2627 one{"{0} {1}"} | 2627 one{"{0} {1}"} |
| 2628 other{"{0} {1}"} | 2628 other{"{0} {1}"} |
| 2629 two{"{0} {1}"} | 2629 two{"{0} {1}"} |
| 2630 } | 2630 } |
| 2631 Version{"2.1.8.9"} | 2631 Version{"2.1.8.9"} |
| 2632 } | 2632 } |
| OLD | NEW |