updated readme

This commit is contained in:
Armin
2017-09-08 19:29:37 +02:00
parent 7fe315eb64
commit 4b58b1ee25

View File

@@ -6,7 +6,7 @@ num2words - Convert numbers to words in multiple languages
``num2words`` is a library that converts numbers like ``42`` to words like ``num2words`` is a library that converts numbers like ``42`` to words like
``forty-two``. It supports multiple languages (English, Arabic, Danish, French, ``forty-two``. It supports multiple languages (English, Arabic, Danish, French,
German, Hebrew, Italian, Latvian, Norwegian, Polish, Portuguese, Russian, German, Dutch, Hebrew, Italian, Latvian, Norwegian, Polish, Portuguese, Russian,
Spanish and Lithuanian) and can even generate ordinal numbers like Spanish and Lithuanian) and can even generate ordinal numbers like
``forty-second`` (altough this last feature is a bit buggy at the moment). ``forty-second`` (altough this last feature is a bit buggy at the moment).
@@ -65,6 +65,8 @@ cardinal one.
* ``pl`` (Polish) * ``pl`` (Polish)
* ``pt_BR`` (Brazilian Portuguese) * ``pt_BR`` (Brazilian Portuguese)
* ``ru`` (Russian) * ``ru`` (Russian)
* ``nl`` (Dutch)
You can supply values like ``fr_FR``, the code will be correctly interpreted. If You can supply values like ``fr_FR``, the code will be correctly interpreted. If
you supply an unsupported language, ``NotImplementedError`` is raised. you supply an unsupported language, ``NotImplementedError`` is raised.