diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-05-27 09:12:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-27 09:12:50 +0100 |
| commit | 7f520504ffe4b00a64aa760644d50a1d84f5859e (patch) | |
| tree | 4fe5be15c28957fdb566ef3dca5a8eca13b778ce /hacks | |
| parent | 1ff807637d5ece8940a8b64d59081729e932e4d6 (diff) | |
Add another translator.
Diffstat (limited to 'hacks')
| -rw-r--r-- | hacks/i18nup | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hacks/i18nup b/hacks/i18nup index d3452afd0..e857a1f45 100644 --- a/hacks/i18nup +++ b/hacks/i18nup @@ -24,6 +24,9 @@ elif [[ `echo $changes | grep fr_FR` != "" ]]; then elif [[ `echo $changes | grep ru_RU` != "" ]]; then language="ru_RU" translator="Igor Voytovich" +elif [[ `echo $changes | grep uk_UA` != "" ]]; then + language="uk_UA" + translator="Igor Voytovich" else echo "Unknown language" exit 1 |
