From f5fc17917c7b0c09739e5179ca09db4df0c76085 Mon Sep 17 00:00:00 2001 From: David Cormier Date: Tue, 7 Jul 2015 13:40:05 -0400 Subject: [PATCH] Add polish to the list of supported languages --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 580504b..986ff86 100644 --- a/README.rst +++ b/README.rst @@ -49,6 +49,7 @@ Besides the numerical argument, there's two optional arguments. * ``lv`` (Latvian) * ``en_GB`` (British English) * ``en_IN`` (Indian English) +* ``pl`` (Polish) You can supply values like ``fr_FR``, the code will be correctly interpreted. If you supply an unsupported language, ``NotImplementedError`` is raised.