mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42:25 +00:00
Merge branch 'master' into master
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
num2words library - Convert numbers to words in multiple languages
|
||||
==========================================================
|
||||
==================================================================
|
||||
|
||||
.. image:: https://img.shields.io/pypi/v/num2words.svg
|
||||
:target: https://pypi.python.org/pypi/num2words
|
||||
@@ -51,7 +51,7 @@ Command line::
|
||||
$ num2words 24,120.10 -l es
|
||||
veinticuatro mil ciento veinte punto uno
|
||||
$num2words 2.14 -l es --to currency
|
||||
dos euros con catorce centimos
|
||||
dos euros con catorce céntimos
|
||||
|
||||
In code there's only one function to use::
|
||||
|
||||
@@ -108,6 +108,7 @@ Besides the numerical argument, there are two main optional arguments.
|
||||
* ``pt_BR`` (Portuguese - Brazilian)
|
||||
* ``sl`` (Slovene)
|
||||
* ``sr`` (Serbian)
|
||||
* ``sv`` (Swedish)
|
||||
* ``ro`` (Romanian)
|
||||
* ``ru`` (Russian)
|
||||
* ``te`` (Telugu)
|
||||
|
||||
Reference in New Issue
Block a user