Update translations.js

Add Spanish translations
This commit is contained in:
Jordi De Poortere 2016-05-11 18:34:56 +02:00
parent ff612799c0
commit 3cd7cdd4fb

View File

@ -11,4 +11,5 @@ var translations = {
"de" : "translations/de.json", "de" : "translations/de.json",
"fr" : "translations/fr.json", "fr" : "translations/fr.json",
"fy" : "translations/fy.json", "fy" : "translations/fy.json",
"es" : "translations/es.json",
}; };