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 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