| 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/pt.xml | 6 // * Source File: <path>/common/main/pt.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/pt.xml | 10 * ICU <specials> source: <path>/common/main/pt.xml |
| (...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 493 } | 493 } |
| 494 ILR{ | 494 ILR{ |
| 495 "ILR", | 495 "ILR", |
| 496 "Sheqel antigo israelita", | 496 "Sheqel antigo israelita", |
| 497 } | 497 } |
| 498 ILS{ | 498 ILS{ |
| 499 "₪", | 499 "₪", |
| 500 "Sheqel novo israelita", | 500 "Sheqel novo israelita", |
| 501 } | 501 } |
| 502 INR{ | 502 INR{ |
| 503 "₹", | 503 "Rs.", |
| 504 "Rupia indiana", | 504 "Rupia indiana", |
| 505 } | 505 } |
| 506 IQD{ | 506 IQD{ |
| 507 "IQD", | 507 "IQD", |
| 508 "Dinar iraquiano", | 508 "Dinar iraquiano", |
| 509 } | 509 } |
| 510 IRR{ | 510 IRR{ |
| 511 "IRR", | 511 "IRR", |
| 512 "Rial iraniano", | 512 "Rial iraniano", |
| 513 } | 513 } |
| (...skipping 1904 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2418 one{"Dólar do Zimbábue (2008)"} | 2418 one{"Dólar do Zimbábue (2008)"} |
| 2419 other{"Dólares do Zimbábue (2008)"} | 2419 other{"Dólares do Zimbábue (2008)"} |
| 2420 } | 2420 } |
| 2421 } | 2421 } |
| 2422 CurrencyUnitPatterns{ | 2422 CurrencyUnitPatterns{ |
| 2423 one{"{0} {1}"} | 2423 one{"{0} {1}"} |
| 2424 other{"{0} {1}"} | 2424 other{"{0} {1}"} |
| 2425 } | 2425 } |
| 2426 Version{"2.1.8.9"} | 2426 Version{"2.1.8.9"} |
| 2427 } | 2427 } |
| OLD | NEW |