- update to 0.16.4
PR: 186605 Submitted by: Piotr Rybicki <meritus@innervision.pl> (maintainer)
This commit is contained in:
parent
b5eb47af7b
commit
99df9f7f5b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343641
3 changed files with 27 additions and 10 deletions
|
@ -1,8 +1,8 @@
|
|||
# Created by: Piotr Rybicki (<meritus@innervision.pl>)
|
||||
# Created by: Piotr Rybicki <meritus@innervision.pl>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Numbers_Words
|
||||
PORTVERSION= 0.16.2
|
||||
PORTVERSION= 0.16.4
|
||||
CATEGORIES= textproc pear
|
||||
|
||||
MAINTAINER= meritus@innervision.pl
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (PEAR/Numbers_Words-0.16.2.tgz) = 8ccfc97c911b90826e52ad6db80cc425384e23fc10cc7a6742f0f000e63b64a6
|
||||
SIZE (PEAR/Numbers_Words-0.16.2.tgz) = 52956
|
||||
SHA256 (PEAR/Numbers_Words-0.16.4.tgz) = 93aa2b8d370a9d87d1ae2595b4f1b7b78c18e0f06cd94a6eda042b6bbeb14838
|
||||
SIZE (PEAR/Numbers_Words-0.16.4.tgz) = 58379
|
||||
|
|
|
@ -6,11 +6,28 @@ call Numbers_Words::toWords() with just a string.
|
|||
With the Numbers_Words::toCurrency($num, $locale, 'USD') method you can convert
|
||||
a number (decimal and fraction part) to words with currency name.
|
||||
|
||||
The following languages are supported: bg (Bulgarian), cs (Czech), de (German),
|
||||
dk (Danish), ee (Estonian), en_100 (Donald Knuth system, English),
|
||||
en_GB (British English), en_US (American English), es (Spanish Castellano),
|
||||
es_AR (Argentinian Spanish), fr (French), fr_BE (French Belgium), he (Hebrew),
|
||||
hu_HU (Hungarian), id (Indonesian), it_IT (Italian), lt (Lithuanian),
|
||||
pl (Polish), pt_BR (Brazilian Portuguese), ru (Russian), sv (Swedish).
|
||||
The following languages are supported:
|
||||
* bg (Bulgarian)
|
||||
* cs (Czech)
|
||||
* de (German)
|
||||
* dk (Danish)
|
||||
* en_100 (Donald Knuth system, English)
|
||||
* en_GB (British English)
|
||||
* en_US (American English)
|
||||
* es (Spanish Castellano)
|
||||
* es_AR (Argentinian Spanish)
|
||||
* et (Estonian)
|
||||
* fr (French)
|
||||
* fr_BE (French Belgium)
|
||||
* he (Hebrew)
|
||||
* hu_HU (Hungarian)
|
||||
* id (Indonesian)
|
||||
* it_IT (Italian)
|
||||
* lt (Lithuanian)
|
||||
* nl (Dutch)
|
||||
* pl (Polish)
|
||||
* pt_BR (Brazilian Portuguese)
|
||||
* ru (Russian)
|
||||
* sv (Swedish)
|
||||
|
||||
WWW: http://pear.php.net/package/Numbers_Words
|
||||
|
|
Loading…
Reference in a new issue