OLD | NEW |
(Empty) | |
| 1 // *************************************************************************** |
| 2 // * |
| 3 // * Copyright (C) 2014 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
| 6 // * Source File: <path>/common/rbnf/se.xml |
| 7 // * |
| 8 // *************************************************************************** |
| 9 /** |
| 10 * ICU <specials> source: <path>/xml/rbnf/se.xml |
| 11 */ |
| 12 se{ |
| 13 RBNFRules{ |
| 14 SpelloutRules{ |
| 15 "%spellout-numbering-year:", |
| 16 "-x: eret >>;", |
| 17 "x.x: =#,###0.#=;", |
| 18 "0: =%spellout-numbering=;", |
| 19 "1100/100: <<\u00AD\u010Duo\u0111i[\u00AD>>];", |
| 20 "10000: =%spellout-numbering=;", |
| 21 "%spellout-numbering:", |
| 22 "0: =%spellout-cardinal=;", |
| 23 "%spellout-cardinal:", |
| 24 "-x: eret >>;", |
| 25 "x.x: << pilkku >>;", |
| 26 "0: nolla;", |
| 27 "1: okta;", |
| 28 "2: guokte;", |
| 29 "3: golbma;", |
| 30 "4: njeallje;", |
| 31 "5: vihtta;", |
| 32 "6: guhtta;", |
| 33 "7: \u010Die\u017Ea;", |
| 34 "8: g\u00E1vcci;", |
| 35 "9: ovcci;", |
| 36 "10: logi;", |
| 37 "11: >>\u00ADnuppe\u00ADlohk\u00E1i;", |
| 38 "20: <<\u00ADlogi[\u00AD>>];", |
| 39 "100: <<\u00AD\u010Duo\u0111i[\u00AD>>];", |
| 40 "1000: <<\u00ADduh\u00E1t[ >>];", |
| 41 "1000000: << miljon[ >>];", |
| 42 "1000000000: << miljard[ >>];", |
| 43 "1000000000000: << biljon[ >>];", |
| 44 "1000000000000000: << biljard[ >>];", |
| 45 "1000000000000000000: =#,##0=;", |
| 46 } |
| 47 } |
| 48 Version{"2.0.82.42"} |
| 49 } |
OLD | NEW |