Prune sysutils/rubygem-fluent-mixin-plaintextformatter
[dports.git] / textproc / pear-Numbers_Words / pkg-descr
1 With Numbers_Words class you can convert numbers written in arabic digits to
2 words in several languages.  You can convert an integer between -infinity and
3 infinity.  If your system does not support such long numbers you can
4 call Numbers_Words::toWords() with just a string.
5
6 With the Numbers_Words::toCurrency($num, $locale, 'USD') method you can convert
7 a number (decimal and fraction part) to words with currency name.
8
9 The following languages are supported:
10 * bg (Bulgarian)
11 * cs (Czech)
12 * de (German)
13 * dk (Danish)
14 * en_100 (Donald Knuth system, English)
15 * en_GB (British English)
16 * en_US (American English)
17 * es (Spanish Castellano)
18 * es_AR (Argentinian Spanish)
19 * et (Estonian)
20 * fr (French)
21 * fr_BE (French Belgium)
22 * he (Hebrew)
23 * hu_HU (Hungarian)
24 * id (Indonesian)
25 * it_IT (Italian)
26 * lt (Lithuanian)
27 * nl (Dutch)
28 * pl (Polish)
29 * pt_BR (Brazilian Portuguese)
30 * ru (Russian)
31 * sv (Swedish)
32
33 WWW: http://pear.php.net/package/Numbers_Words