| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2015 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/af_NA.xml | 6 // * Source File: <path>/common/main/en_DK.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 af_NA{ | 9 en_DK{ |
| 10 %%Parent{"en_150"} |
| 10 Currencies{ | 11 Currencies{ |
| 11 NAD{ | 12 DKK{ |
| 12 "$", | 13 "kr.", |
| 13 "Namibiese dollar", | 14 "Danish Krone", |
| 14 } | 15 } |
| 15 } | 16 } |
| 16 Version{"2.1.8.19"} | 17 Version{"2.1.19.69"} |
| 17 } | 18 } |
| OLD | NEW |