summaryrefslogtreecommitdiff
path: root/hacks
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-04-26 10:01:18 +0100
committerCarl Hetherington <cth@carlh.net>2016-04-26 10:01:18 +0100
commit26621c5a6368f056bfcf6a03d008e1f8fe622da1 (patch)
treef8ce7a56de1f283a95246987deb06e46c6835ed9 /hacks
parent053742af807c447e9ab033644e39cdbfb0fddd29 (diff)
Add another language to i18nup.
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 37ec57d14..5d1e48066 100644
--- a/hacks/i18nup
+++ b/hacks/i18nup
@@ -12,6 +12,9 @@ if [[ `echo $changes | grep de_DE` != "" ]]; then
elif [[ `echo $changes | grep nl_NL` != "" ]]; then
language="nl_NL"
translator="Rob van Nieuwkerk"
+elif [[ `echo $changes | grep es_ES` != "" ]]; then
+ language="es_ES"
+ translator="Manuel AC"
else
echo "Unknown language"
exit 1