Added Polish language conversion

This commit is contained in:
kszys
2015-07-05 11:52:13 +02:00
parent 65280cd61f
commit 97a175b212

View File

@@ -34,6 +34,7 @@ CONVERTER_CLASSES = {
'es': lang_ES.Num2Word_ES(),
'lt': lang_LT.Num2Word_LT(),
'lv': lang_LV.Num2Word_LV(),
'pl': lang_PL.Num2Word_PL(),
}
def num2words(number, ordinal=False, lang='en'):