Added Polish translation

This commit is contained in:
rzeka
2014-02-21 20:42:35 +01:00
parent c2f8e1c436
commit 54879fb124
3 changed files with 174 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ class Config extends Base
$languages = array(
'en_US' => t('English'),
'fr_FR' => t('French'),
'pl_PL' => t('Polish'),
);
asort($languages);