| 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 Currencies{ | 11 Currencies{ |
| 12 BYR{ | 12 BYR{ |
| 13 "BYR", | 13 "BYR", |
| 14 "Belarusian Rouble", | 14 "Belarusian Rouble", |
| 15 } | 15 } |
| 16 GBP{ | 16 GBP{ |
| 17 "£", | 17 "£", |
| 18 "British Pound", | 18 "British Pound", |
| 19 } | 19 } |
| 20 RUB{ | 20 RUB{ |
| 21 "RUB", | 21 "RUB", |
| 22 "Russian Rouble", | 22 "Russian Rouble", |
| 23 } | 23 } |
| 24 SCR{ | |
| 25 "SCR", | |
| 26 "Seychelles Rupee", | |
| 27 } | |
| 28 UZS{ | 24 UZS{ |
| 29 "UZS", | 25 "UZS", |
| 30 "Uzbekistani Som", | 26 "Uzbekistani Som", |
| 31 } | 27 } |
| 32 XAF{ | 28 XAF{ |
| 33 "FCFA", | 29 "FCFA", |
| 34 "Central African CFA Franc", | 30 "Central African CFA Franc", |
| 35 } | 31 } |
| 36 XOF{ | 32 XOF{ |
| 37 "CFA", | 33 "CFA", |
| (...skipping 30 matching lines...) Expand all Loading... |
| 68 other{"Uzbekistani som"} | 64 other{"Uzbekistani som"} |
| 69 } | 65 } |
| 70 XAF{ | 66 XAF{ |
| 71 one{"Central African CFA franc"} | 67 one{"Central African CFA franc"} |
| 72 other{"Central African CFA francs"} | 68 other{"Central African CFA francs"} |
| 73 } | 69 } |
| 74 XOF{ | 70 XOF{ |
| 75 one{"West African CFA franc"} | 71 one{"West African CFA franc"} |
| 76 other{"West African CFA francs"} | 72 other{"West African CFA francs"} |
| 77 } | 73 } |
| 78 XXX{ | |
| 79 one{"(unknown currency)"} | |
| 80 other{"(unknown currency)"} | |
| 81 } | |
| 82 } | 74 } |
| 83 Version{"2.1.8.19"} | 75 Version{"2.1.8.19"} |
| 84 } | 76 } |
| OLD | NEW |