summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hacks/i18nup3
1 files changed, 3 insertions, 0 deletions
diff --git a/hacks/i18nup b/hacks/i18nup
index 204ddbe27..fa65bdfa2 100644
--- a/hacks/i18nup
+++ b/hacks/i18nup
@@ -42,6 +42,9 @@ elif [[ `echo $changes | grep da_DK` != "" ]]; then
elif [[ `echo $changes | grep pl_PL` != "" ]]; then
language="pl_PL"
translator="Mike Mazur"
+elif [[ `echo $changes | grep it_IT` != "" ]]; then
+ language="it_IT"
+ translator="Riccardo Mantani"
else
echo "Unknown language"
exit 1