Update i18n.js

pull/10/head
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
1 changed files with 3 additions and 0 deletions

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;