From 0f21d8f82531c6375888038c4a10807e6687f83d Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Wed, 1 Feb 2017 10:31:41 -0500 Subject: [PATCH] README: Add Italian to the list of supported languages --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 8e8894d..930aae0 100644 --- a/README.rst +++ b/README.rst @@ -55,6 +55,7 @@ Besides the numerical argument, there's two optional arguments. * ``dk`` (Danish) * ``pt_BR`` (Brazilian Portuguese) * ``he`` (Hebrew) +* ``it`` (Italian) You can supply values like ``fr_FR``, the code will be correctly interpreted. If you supply an unsupported language, ``NotImplementedError`` is raised.