| 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/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_GB"} |
| 11 Version{"2.1.8.19"} | 11 Version{"2.1.8.19"} |
| 12 units{ | 12 units{ |
| 13 mass{ | |
| 14 metric-ton{ | |
| 15 dnam{"tonnes"} | |
| 16 one{"tonne"} | |
| 17 other{"{0} tonnes"} | |
| 18 } | |
| 19 } | |
| 20 } | 13 } |
| 21 unitsNarrow{ | 14 unitsNarrow{ |
| 22 duration{ | 15 duration{ |
| 23 millisecond{ | 16 millisecond{ |
| 24 one{"{0} ms"} | 17 one{"{0} ms"} |
| 25 other{"{0} ms"} | 18 other{"{0} ms"} |
| 26 } | 19 } |
| 27 } | 20 } |
| 28 } | 21 } |
| 29 unitsShort{ | 22 unitsShort{ |
| 30 length{ | |
| 31 micrometer{ | |
| 32 dnam{"µmetres"} | |
| 33 } | |
| 34 } | |
| 35 } | 23 } |
| 36 } | 24 } |
| OLD | NEW |