Add another translator to i18nup.
authorCarl Hetherington <cth@carlh.net>
Tue, 16 Oct 2018 13:56:00 +0000 (14:56 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 16 Oct 2018 13:56:00 +0000 (14:56 +0100)
hacks/i18nup

index 204ddbe27391f640cfd83b8c235e865c78f32d7f..fa65bdfa2ec574e805c905b2223dbcbb1905162f 100644 (file)
@@ -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