summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hacks/i18nup3
1 files changed, 3 insertions, 0 deletions
diff --git a/hacks/i18nup b/hacks/i18nup
index e857a1f45..f8d0601c5 100644
--- a/hacks/i18nup
+++ b/hacks/i18nup
@@ -27,6 +27,9 @@ elif [[ `echo $changes | grep ru_RU` != "" ]]; then
elif [[ `echo $changes | grep uk_UA` != "" ]]; then
language="uk_UA"
translator="Igor Voytovich"
+elif [[ `echo $changes | grep cs_CZ` != "" ]]; then
+ language="cs_CZ"
+ translator="Tomáš Begeni"
else
echo "Unknown language"
exit 1