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] 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.