Add polish to the list of supported languages

This commit is contained in:
David Cormier
2015-07-07 13:40:05 -04:00
parent c210611e79
commit f5fc17917c

View File

@@ -49,6 +49,7 @@ Besides the numerical argument, there's two optional arguments.
* ``lv`` (Latvian) * ``lv`` (Latvian)
* ``en_GB`` (British English) * ``en_GB`` (British English)
* ``en_IN`` (Indian English) * ``en_IN`` (Indian English)
* ``pl`` (Polish)
You can supply values like ``fr_FR``, the code will be You can supply values like ``fr_FR``, the code will be
correctly interpreted. If you supply an unsupported language, ``NotImplementedError`` is raised. correctly interpreted. If you supply an unsupported language, ``NotImplementedError`` is raised.