From 3e95697b0819a5aea7b8d589f4e92ca3d2582ab8 Mon Sep 17 00:00:00 2001 From: Tufan Kaynak <31142607+toofun666@users.noreply.github.com> Date: Tue, 5 Sep 2017 21:50:43 +0300 Subject: [PATCH 1/2] Turkish language added to list --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 606b1ca..4345aaa 100644 --- a/README.rst +++ b/README.rst @@ -60,6 +60,7 @@ Besides the numerical argument, there's two optional arguments. * ``pt_BR`` (Brazilian Portuguese) * ``he`` (Hebrew) * ``it`` (Italian) +* ``tr`` (Turkish) You can supply values like ``fr_FR``, the code will be correctly interpreted. If you supply an unsupported language, ``NotImplementedError`` is raised. From 849b55d95c7fa091859e988672464a59566f3763 Mon Sep 17 00:00:00 2001 From: Tufan Kaynak <31142607+toofun666@users.noreply.github.com> Date: Wed, 6 Sep 2017 14:37:28 +0300 Subject: [PATCH 2/2] README update --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4345aaa..9762993 100644 --- a/README.rst +++ b/README.rst @@ -5,8 +5,9 @@ num2words - Convert numbers to words in multiple languages :target: https://travis-ci.org/savoirfairelinux/num2words ``num2words`` is a library that converts numbers like ``42`` to words like ``forty-two``. It -supports multiple languages (English, French, Spanish, German and Lithuanian) and can even generate -ordinal numbers like ``forty-second`` (altough this last feature is a bit buggy at the moment). +supports multiple languages (see the list below for full list of languages) and can even generate +ordinal numbers like ``forty-second`` (although this last feature is a bit buggy for some +languages at the moment). The project is hosted on https://github.com/savoirfairelinux/num2words