Merge branch 'language_pt_BR' of https://github.com/filwaitman/num2words into filwaitman-language_pt_BR

This commit is contained in:
Ernesto Rodriguez Ortiz
2016-03-31 14:25:04 -04:00
5 changed files with 435 additions and 4 deletions

View File

@@ -53,6 +53,7 @@ Besides the numerical argument, there's two optional arguments.
* ``pl`` (Polish)
* ``ru`` (Russian)
* ``dk`` (Danish)
* ``pt_BR`` (Brazilian Portuguese)
You can supply values like ``fr_FR``, the code will be
correctly interpreted. If you supply an unsupported language, ``NotImplementedError`` is raised.