From: Carl Hetherington Date: Fri, 27 May 2016 08:12:50 +0000 (+0100) Subject: Add another translator. X-Git-Tag: v2.8.5~13 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=7f520504ffe4b00a64aa760644d50a1d84f5859e Add another translator. --- diff --git a/hacks/i18nup b/hacks/i18nup index d3452afd0..e857a1f45 100644 --- a/hacks/i18nup +++ b/hacks/i18nup @@ -24,6 +24,9 @@ elif [[ `echo $changes | grep fr_FR` != "" ]]; then elif [[ `echo $changes | grep ru_RU` != "" ]]; then language="ru_RU" translator="Igor Voytovich" +elif [[ `echo $changes | grep uk_UA` != "" ]]; then + language="uk_UA" + translator="Igor Voytovich" else echo "Unknown language" exit 1