From: Carl Hetherington Date: Tue, 26 Apr 2016 09:01:18 +0000 (+0100) Subject: Add another language to i18nup. X-Git-Tag: v2.7.18~9 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=26621c5a6368f056bfcf6a03d008e1f8fe622da1 Add another language to i18nup. --- diff --git a/hacks/i18nup b/hacks/i18nup index 37ec57d14..5d1e48066 100644 --- a/hacks/i18nup +++ b/hacks/i18nup @@ -12,6 +12,9 @@ if [[ `echo $changes | grep de_DE` != "" ]]; then elif [[ `echo $changes | grep nl_NL` != "" ]]; then language="nl_NL" translator="Rob van Nieuwkerk" +elif [[ `echo $changes | grep es_ES` != "" ]]; then + language="es_ES" + translator="Manuel AC" else echo "Unknown language" exit 1