Update i18n.js

This commit is contained in:
thomleg50 2018-05-25 15:39:49 +02:00 committed by GitHub
parent 5e78b05d1a
commit f68d6e2d91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,9 @@ function setPageLanguage(lang) {
else if (lang === "es-MX")
langObj = esMX;
else if (lang === "fr-FR")
langObj = frFR;
else
langObj = enUS;