summaryrefslogtreecommitdiff
path: root/hacks
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-05-27 09:12:05 +0100
committerCarl Hetherington <cth@carlh.net>2016-05-27 09:12:05 +0100
commit20467713a9efeaf4e32d4e9c644af8afb507da65 (patch)
tree2218549bf8b0f9544c0113348391e5be3ff883b2 /hacks
parent97f136a8825d2d983c550e95070185941417ed92 (diff)
Add another translator.
Diffstat (limited to 'hacks')
-rw-r--r--hacks/i18nup3
1 files changed, 3 insertions, 0 deletions
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