| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2013 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/de_CH.xml | 6 // * Source File: <path>/common/main/de_CH.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 de_CH{ | 9 de_CH{ |
| 10 Currencies{ | 10 Currencies{ |
| 11 BYR{ |
| 12 "BYR", |
| 13 "Weissrussischer Rubel", |
| 14 } |
| 11 CHF{ | 15 CHF{ |
| 12 "CHF", | 16 "CHF", |
| 13 "Schweizer Franken", | 17 "Schweizer Franken", |
| 14 } | 18 } |
| 15 } | 19 } |
| 16 Version{"2.0.92.87"} | 20 CurrencyPlurals{ |
| 21 BYR{ |
| 22 one{"Weissrussischer Rubel"} |
| 23 other{"Weissrussische Rubel"} |
| 24 } |
| 25 } |
| 26 Version{"2.1.8.21"} |
| 17 } | 27 } |
| OLD | NEW |