mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2025-04-30 06:23:34 +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")
|
else if (lang === "es-MX")
|
||||||
langObj = esMX;
|
langObj = esMX;
|
||||||
|
|
||||||
|
else if (lang === "fr-FR")
|
||||||
|
langObj = frFR;
|
||||||
|
|
||||||
else
|
else
|
||||||
langObj = enUS;
|
langObj = enUS;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user