| 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/en_AU.xml | 6 // * Source File: <path>/common/main/en_AU.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 en_AU{ | 9 en_AU{ |
| 10 %%Parent{"en_GB"} | 10 %%Parent{"en_001"} |
| 11 Countries{ | 11 Version{"2.1.20.4"} |
| 12 GS{"South Georgia and the South Sandwich Islands"} | |
| 13 HM{"Heard Island and McDonald Islands"} | |
| 14 UM{"U.S. Minor Outlying Islands"} | |
| 15 VC{"Saint Vincent and the Grenadines"} | |
| 16 } | |
| 17 CountriesShort{ | |
| 18 GB{"U.K."} | |
| 19 US{"U.S."} | |
| 20 } | |
| 21 Version{"2.1.8.19"} | |
| 22 } | 12 } |
| OLD | NEW |