diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-08-10 23:50:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-08-10 23:51:21 +0100 |
| commit | f77bc3ec1878756cb6b3a2cafabe3dfe6b2ef215 (patch) | |
| tree | 70a9fa076f6012450491a0781f49a3e613aee322 /hacks | |
| parent | 40a632c770bfa4e479f7508f88fc91e94da539f8 (diff) | |
Add Mike Mazur as a 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 e329212cd..204ddbe27 100644 --- a/hacks/i18nup +++ b/hacks/i18nup @@ -39,6 +39,9 @@ elif [[ `echo $changes | grep zh_CN` != "" ]]; then elif [[ `echo $changes | grep da_DK` != "" ]]; then language="da_DK" translator="Anders Uhl Pedersen" +elif [[ `echo $changes | grep pl_PL` != "" ]]; then + language="pl_PL" + translator="Mike Mazur" else echo "Unknown language" exit 1 |
