]> git.saurik.com Git - apple/icu.git/blame - icuSources/data/rbnf/eo.txt
ICU-400.42.tar.gz
[apple/icu.git] / icuSources / data / rbnf / eo.txt
CommitLineData
374ca955
A
1// ***************************************************************************
2// *
3// * Copyright (C) 2004, International Business Machines
4// * Corporation and others. All Rights Reserved.
5// *
6// ***************************************************************************
7//
8
9eo {
10 //------------------------------------------------------------
11 // Rule Based Number Format Support
12 //------------------------------------------------------------
13
14// data from 'Esperanto-programita 1' courtesy of Markus Scherer
15
16 SpelloutRules {
17 "-x: minus >>;\n"
18 "x.x: << komo >>;\n"
19 "nulo; unu; du; tri; kvar; kvin; ses; sep; ok; na\u016d;\n"
20 "10: dek[ >>];\n"
21 "20: <<dek[ >>];\n"
22 "100: cent[ >>];\n"
23 "200: <<cent[ >>];\n"
24 "1000: mil[ >>];\n"
25 "2000: <<mil[ >>];\n"
26 "10000: dekmil[ >>];\n"
27 "11000>: << mil[ >>];\n"
28 "1,000,000: miliono[ >>];\n"
29 "2,000,000: << milionoj[ >>];\n"
30 "1,000,000,000: miliardo[ >>];\n"
31 "2,000,000,000: << miliardoj[ >>];\n"
32 "1,000,000,000,000: biliono[ >>];\n"
33 "2,000,000,000,000: << bilionoj[ >>];\n"
34 "1,000,000,000,000,000: =#,##0=;\n"
35 }
36}