| 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/yi.xml | 6 // * Source File: <path>/common/main/yi.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/yi.xml | 10 * ICU <specials> source: <path>/common/main/yi.xml |
| 11 */ | 11 */ |
| 12 yi{ | 12 yi{ |
| 13 Currencies{ | 13 Currencies{ |
| 14 BZD{ | |
| 15 "BZD", | |
| 16 "בעליז דאלאַר", | |
| 17 } | |
| 18 CHF{ | 14 CHF{ |
| 19 "CHF", | 15 "CHF", |
| 20 "שווייצער פֿראַנק", | 16 "שווייצער פֿראַנק", |
| 21 } | 17 } |
| 22 EUR{ | 18 EUR{ |
| 23 "€", | 19 "€", |
| 24 "איירא", | 20 "איירא", |
| 25 } | 21 } |
| 26 SEK{ | 22 SEK{ |
| 27 "SEK", | 23 "SEK", |
| 28 "שוועדישע קראנע", | 24 "שוועדישע קראנע", |
| 29 } | 25 } |
| 30 XAG{ | |
| 31 "XAG", | |
| 32 "זילבער", | |
| 33 } | |
| 34 XAU{ | |
| 35 "XAU", | |
| 36 "גאלד", | |
| 37 } | |
| 38 } | 26 } |
| 39 CurrencyPlurals{ | 27 CurrencyPlurals{ |
| 40 EUR{ | 28 EUR{ |
| 41 one{"איירא"} | 29 one{"איירא"} |
| 42 other{"איירא"} | 30 other{"איירא"} |
| 43 } | 31 } |
| 44 } | 32 } |
| 45 Version{"2.1.7.41"} | 33 Version{"2.1.7.41"} |
| 46 } | 34 } |
| OLD | NEW |