summaryrefslogtreecommitdiff
path: root/hacks
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-04-26 16:50:35 +0100
committerCarl Hetherington <cth@carlh.net>2016-04-26 16:50:35 +0100
commit50f1433a77d5c9af033c8c71f8754f6e1228a0cd (patch)
treeecca14f82b0530dda3aba2102b0ddebf8b4d1487 /hacks
parent2f3513e4e850f235d2e30444e088bfd3accdf8cd (diff)
Another translator.
Diffstat (limited to 'hacks')
-rw-r--r--hacks/i18nup3
1 files changed, 3 insertions, 0 deletions
diff --git a/hacks/i18nup b/hacks/i18nup
index 5d1e48066..52b558172 100644
--- a/hacks/i18nup
+++ b/hacks/i18nup
@@ -15,6 +15,9 @@ elif [[ `echo $changes | grep nl_NL` != "" ]]; then
elif [[ `echo $changes | grep es_ES` != "" ]]; then
language="es_ES"
translator="Manuel AC"
+elif [[ `echo $changes | grep sv_SE` != "" ]]; then
+ language="sv_SE"
+ translator="Adam Klotblixt"
else
echo "Unknown language"
exit 1