OLD | NEW |
(Empty) | |
| 1 // *************************************************************************** |
| 2 // * |
| 3 // * Copyright (C) 2010 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java |
| 6 // * Source File:<path>/common/rbnf/eo.xml |
| 7 // * |
| 8 // *************************************************************************** |
| 9 /** |
| 10 * ICU <specials> source: <path>/xml/rbnf/eo.xml |
| 11 */ |
| 12 eo{ |
| 13 RBNFRules{ |
| 14 SpelloutRules{ |
| 15 "%spellout-numbering-year:", |
| 16 "x.x: =#,###0.#=;", |
| 17 "0: =%spellout-numbering=;", |
| 18 "%spellout-numbering:", |
| 19 "0: =%spellout-cardinal=;", |
| 20 "%spellout-cardinal:", |
| 21 "-x: minus >>;", |
| 22 "x.x: << komo >>;", |
| 23 "0: nulo;", |
| 24 "1: unu;", |
| 25 "2: du;", |
| 26 "3: tri;", |
| 27 "4: kvar;", |
| 28 "5: kvin;", |
| 29 "6: ses;", |
| 30 "7: sep;", |
| 31 "8: ok;", |
| 32 "9: na\u016D;", |
| 33 "10: dek[ >>];", |
| 34 "20: <<dek[ >>];", |
| 35 "100: cent[ >>];", |
| 36 "200: <<cent[ >>];", |
| 37 "1000: mil[ >>];", |
| 38 "2000: << mil[ >>];", |
| 39 "1000000: miliono[ >>];", |
| 40 "2000000: << milionoj[ >>];", |
| 41 "1000000000: miliardo[ >>];", |
| 42 "2000000000: << miliardoj[ >>];", |
| 43 "1000000000000: biliono[ >>];", |
| 44 "2000000000000: << bilionoj[ >>];", |
| 45 "1000000000000000: biliardo[ >>];", |
| 46 "2000000000000000: << biliardoj[ >>];", |
| 47 "1000000000000000000: =#,##0=;", |
| 48 "%spellout-ordinal:", |
| 49 "0: =%spellout-cardinal=a;", |
| 50 } |
| 51 } |
| 52 Version{"2.0.41.26"} |
| 53 } |
OLD | NEW |