X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=hacks%2Fi18nup;h=d3452afd07683fa7df4679512357d629216533ee;hb=20467713a9efeaf4e32d4e9c644af8afb507da65;hp=37ec57d14a780ed727f92585c6bc9a8d2136db8b;hpb=bf0cef8e6a616cb08af62ef3049c1aaf44a4e1f7;p=dcpomatic.git diff --git a/hacks/i18nup b/hacks/i18nup index 37ec57d14..d3452afd0 100644 --- a/hacks/i18nup +++ b/hacks/i18nup @@ -12,6 +12,18 @@ 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" +elif [[ `echo $changes | grep sv_SE` != "" ]]; then + language="sv_SE" + translator="Adam Klotblixt" +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