| 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/da.xml | 6 // * Source File: <path>/common/main/da.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/da.xml | 10 * ICU <specials> source: <path>/common/main/da.xml |
| (...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 } | 437 } |
| 438 ILP{ | 438 ILP{ |
| 439 "ILP", | 439 "ILP", |
| 440 "Israelsk pund", | 440 "Israelsk pund", |
| 441 } | 441 } |
| 442 ILS{ | 442 ILS{ |
| 443 "₪", | 443 "₪", |
| 444 "Ny israelsk shekel", | 444 "Ny israelsk shekel", |
| 445 } | 445 } |
| 446 INR{ | 446 INR{ |
| 447 "₹", | 447 "Rs.", |
| 448 "Indisk rupee", | 448 "Indisk rupee", |
| 449 } | 449 } |
| 450 IQD{ | 450 IQD{ |
| 451 "IQD", | 451 "IQD", |
| 452 "Irakisk dinar", | 452 "Irakisk dinar", |
| 453 } | 453 } |
| 454 IRR{ | 454 IRR{ |
| 455 "IRR", | 455 "IRR", |
| 456 "Iransk rial", | 456 "Iransk rial", |
| 457 } | 457 } |
| (...skipping 1708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2166 one{"Zimbabwisk dollar (2008)"} | 2166 one{"Zimbabwisk dollar (2008)"} |
| 2167 other{"Zimbabwiske dollar (2008)"} | 2167 other{"Zimbabwiske dollar (2008)"} |
| 2168 } | 2168 } |
| 2169 } | 2169 } |
| 2170 CurrencyUnitPatterns{ | 2170 CurrencyUnitPatterns{ |
| 2171 one{"{0} {1}"} | 2171 one{"{0} {1}"} |
| 2172 other{"{0} {1}"} | 2172 other{"{0} {1}"} |
| 2173 } | 2173 } |
| 2174 Version{"2.1.9.62"} | 2174 Version{"2.1.9.62"} |
| 2175 } | 2175 } |
| OLD | NEW |