revert change of i18n.js

pull/264/head
Nriver 2024-08-07 17:00:17 +07:00
parent 14bdd3819f
commit 8dbafa3cd9
1 changed files with 2 additions and 3 deletions

@ -5,9 +5,8 @@ await library_loader.requireLibrary(library_loader.I18NEXT);
await i18next
.use(i18nextHttpBackend)
.init({
lng: "cn",
// lng: "en",
// fallbackLng: "en",
lng: "en",
fallbackLng: "en",
debug: true,
backend: {
loadPath: `/${window.glob.assetPath}/translations/{{lng}}/{{ns}}.json`