| 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/wae.xml | 6 // * Source File: <path>/common/main/wae.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/wae.xml | 10 * ICU <specials> source: <path>/common/main/wae.xml |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 "Yen", | 36 "Yen", |
| 37 } | 37 } |
| 38 RUB{ | 38 RUB{ |
| 39 "руб", | 39 "руб", |
| 40 "Rubel", | 40 "Rubel", |
| 41 } | 41 } |
| 42 USD{ | 42 USD{ |
| 43 "$", | 43 "$", |
| 44 "Dollar", | 44 "Dollar", |
| 45 } | 45 } |
| 46 XXX{ | |
| 47 "XXX", | |
| 48 "Unbekannti Wãrig", | |
| 49 } | |
| 50 } | 46 } |
| 51 CurrencyPlurals{ | 47 CurrencyPlurals{ |
| 52 BRL{ | 48 BRL{ |
| 53 one{"Brasilianišä Real"} | 49 one{"Brasilianišä Real"} |
| 54 other{"Brasilianiši Real"} | 50 other{"Brasilianiši Real"} |
| 55 } | 51 } |
| 56 CNY{ | 52 CNY{ |
| 57 one{"Chinesišä Yuan"} | 53 one{"Chinesišä Yuan"} |
| 58 other{"Chinesiši Yuan"} | 54 other{"Chinesiši Yuan"} |
| 59 } | 55 } |
| (...skipping 14 matching lines...) Expand all Loading... |
| 74 other{"Yen"} | 70 other{"Yen"} |
| 75 } | 71 } |
| 76 RUB{ | 72 RUB{ |
| 77 one{"Rubel"} | 73 one{"Rubel"} |
| 78 other{"Rubel"} | 74 other{"Rubel"} |
| 79 } | 75 } |
| 80 USD{ | 76 USD{ |
| 81 one{"Dollar"} | 77 one{"Dollar"} |
| 82 other{"Dollar"} | 78 other{"Dollar"} |
| 83 } | 79 } |
| 84 XXX{ | |
| 85 one{"Unbekannti Wãrig"} | |
| 86 other{"Unbekannti Wãrig"} | |
| 87 } | |
| 88 } | 80 } |
| 89 CurrencyUnitPatterns{ | 81 CurrencyUnitPatterns{ |
| 90 one{"{0} {1}"} | 82 one{"{0} {1}"} |
| 91 other{"{0} {1}"} | 83 other{"{0} {1}"} |
| 92 } | 84 } |
| 93 Version{"2.1.7.53"} | 85 Version{"2.1.7.53"} |
| 94 } | 86 } |
| OLD | NEW |