summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-10-16 14:56:00 +0100
committerCarl Hetherington <cth@carlh.net>2018-10-16 14:56:00 +0100
commit7796fa9405b5e7766e88c39de7df71f74abe7edf (patch)
tree6d253c2be23f2b35358545dd7f9fa431f62bf1ce
parent2d2f00633ed41a00e5d8f6a4b42d4646b647e541 (diff)
Add another translator to i18nup.
-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