Add Spanish translation

This commit is contained in:
Juanjo Diaz
2018-01-30 19:09:46 -08:00
parent ca0644b252
commit 7b73dbd4dd
3 changed files with 285 additions and 2 deletions
+1 -1
View File
@@ -1653,7 +1653,7 @@ var UI = {
};
// Set up translations
var LINGUAS = ["de", "el", "nl", "pl", "sv", "zh"];
var LINGUAS = ["de", "el", "es", "nl", "pl", "sv", "zh"];
l10n.setup(LINGUAS);
if (l10n.language !== "en" && l10n.dictionary === undefined) {
WebUtil.fetchJSON('app/locale/' + l10n.language + '.json', function (translations) {