summaryrefslogtreecommitdiff
path: root/hacks
diff options
context:
space:
mode:
Diffstat (limited to 'hacks')
-rw-r--r--hacks/i18nup3
1 files changed, 3 insertions, 0 deletions
diff --git a/hacks/i18nup b/hacks/i18nup
index e329212cd..204ddbe27 100644
--- a/hacks/i18nup
+++ b/hacks/i18nup
@@ -39,6 +39,9 @@ elif [[ `echo $changes | grep zh_CN` != "" ]]; then
elif [[ `echo $changes | grep da_DK` != "" ]]; then
language="da_DK"
translator="Anders Uhl Pedersen"
+elif [[ `echo $changes | grep pl_PL` != "" ]]; then
+ language="pl_PL"
+ translator="Mike Mazur"
else
echo "Unknown language"
exit 1