From: Carl Hetherington Date: Fri, 27 May 2016 08:12:05 +0000 (+0100) Subject: Add another translator. X-Git-Tag: v2.8.5~15 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=20467713a9efeaf4e32d4e9c644af8afb507da65;p=dcpomatic.git Add another translator. --- diff --git a/hacks/i18nup b/hacks/i18nup index 97d53fa67..d3452afd0 100644 --- a/hacks/i18nup +++ b/hacks/i18nup @@ -21,6 +21,9 @@ elif [[ `echo $changes | grep sv_SE` != "" ]]; then elif [[ `echo $changes | grep fr_FR` != "" ]]; then language="fr_FR" translator="Thierry Journet" +elif [[ `echo $changes | grep ru_RU` != "" ]]; then + language="ru_RU" + translator="Igor Voytovich" else echo "Unknown language" exit 1