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