diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-11-07 23:46:58 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-11-07 23:46:58 +0000 |
| commit | 792a46458c2fd20baf242b8de1ebe4d01ef1a9a0 (patch) | |
| tree | 0a6dbf88efaf9b8717de0acfaa2e84683016218c | |
| parent | 78e2ac5762f26a61c3b4e6a502792fc7f5bd4bdc (diff) | |
Another translator.
| -rw-r--r-- | hacks/i18nup | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hacks/i18nup b/hacks/i18nup index f11005b12..e329212cd 100644 --- a/hacks/i18nup +++ b/hacks/i18nup @@ -36,6 +36,9 @@ elif [[ `echo $changes | grep pt_BR` != "" ]]; then elif [[ `echo $changes | grep zh_CN` != "" ]]; then language="zh_CN" translator="Rov (若文)" +elif [[ `echo $changes | grep da_DK` != "" ]]; then + language="da_DK" + translator="Anders Uhl Pedersen" else echo "Unknown language" exit 1 |
