mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2025-05-17 01:32:32 +00:00
Update i18n.js
This commit is contained in:
parent
5e78b05d1a
commit
f68d6e2d91
3
i18n.js
3
i18n.js
@ -17,6 +17,9 @@ function setPageLanguage(lang) {
|
||||
else if (lang === "es-MX")
|
||||
langObj = esMX;
|
||||
|
||||
else if (lang === "fr-FR")
|
||||
langObj = frFR;
|
||||
|
||||
else
|
||||
langObj = enUS;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user