From: Carl Hetherington Date: Tue, 16 Oct 2018 13:56:00 +0000 (+0100) Subject: Add another translator to i18nup. X-Git-Tag: v2.13.62~7 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=7796fa9405b5e7766e88c39de7df71f74abe7edf Add another translator to i18nup. --- 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