diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-01 09:10:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-01 09:10:25 +0100 |
| commit | 04c6526adc6f583e513f394419d9193c6ba5f7b0 (patch) | |
| tree | c877f24fe0ca765dba94765fac1387b03860a85d | |
| parent | bef83c247541a6a3063964db9c0bd7ede3ec868a (diff) | |
Add a translator.
| -rw-r--r-- | hacks/i18nup | 3 |
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 |
