| 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/rbnf/fr.xml | 6 // * Source File: <path>/common/rbnf/fr.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/xml/rbnf/fr.xml | 10 * ICU <specials> source: <path>/xml/rbnf/fr.xml |
| 11 */ | 11 */ |
| 12 fr{ | 12 fr{ |
| 13 RBNFRules{ | 13 RBNFRules{ |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 "%spellout-ordinal-feminine:", | 207 "%spellout-ordinal-feminine:", |
| 208 "-x: moins >>;", | 208 "-x: moins >>;", |
| 209 "x.x: =#,##0.#=;", | 209 "x.x: =#,##0.#=;", |
| 210 "0: z\u00E9roi\u00E8me;", | 210 "0: z\u00E9roi\u00E8me;", |
| 211 "1: premi\u00E8re;", | 211 "1: premi\u00E8re;", |
| 212 "2: =%%spellout-ordinal=;", | 212 "2: =%%spellout-ordinal=;", |
| 213 } | 213 } |
| 214 } | 214 } |
| 215 Version{"2.0.90.54"} | 215 Version{"2.0.90.54"} |
| 216 } | 216 } |
| OLD | NEW |