| 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/ca.xml | 6 // * Source File: <path>/common/main/ca.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/ca.xml | 10 * ICU <specials> source: <path>/common/main/ca.xml |
| (...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 494 } | 494 } |
| 495 ILR{ | 495 ILR{ |
| 496 "ILR", | 496 "ILR", |
| 497 "xéquel israelià", | 497 "xéquel israelià", |
| 498 } | 498 } |
| 499 ILS{ | 499 ILS{ |
| 500 "₪", | 500 "₪", |
| 501 "nou xéquel israelià", | 501 "nou xéquel israelià", |
| 502 } | 502 } |
| 503 INR{ | 503 INR{ |
| 504 "₹", | 504 "Rs.", |
| 505 "rupia índia", | 505 "rupia índia", |
| 506 } | 506 } |
| 507 IQD{ | 507 IQD{ |
| 508 "IQD", | 508 "IQD", |
| 509 "dinar iraquià", | 509 "dinar iraquià", |
| 510 } | 510 } |
| 511 IRR{ | 511 IRR{ |
| 512 "IRR", | 512 "IRR", |
| 513 "rial iranià", | 513 "rial iranià", |
| 514 } | 514 } |
| (...skipping 1861 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2376 one{"dòlar zimbabuès (2008)"} | 2376 one{"dòlar zimbabuès (2008)"} |
| 2377 other{"dòlars zimbabuesos (2008)"} | 2377 other{"dòlars zimbabuesos (2008)"} |
| 2378 } | 2378 } |
| 2379 } | 2379 } |
| 2380 CurrencyUnitPatterns{ | 2380 CurrencyUnitPatterns{ |
| 2381 one{"{0} {1}"} | 2381 one{"{0} {1}"} |
| 2382 other{"{0} {1}"} | 2382 other{"{0} {1}"} |
| 2383 } | 2383 } |
| 2384 Version{"2.1.8.9"} | 2384 Version{"2.1.8.9"} |
| 2385 } | 2385 } |
| OLD | NEW |