NPM updates 2

This commit is contained in:
Rory&
2026-04-18 19:42:03 +02:00
parent 91521574d9
commit e1b01bb8f1
7 changed files with 13 additions and 14 deletions
-1
View File
@@ -42,7 +42,6 @@ export async function initTranslation(router: Router) {
loadPath: path.join(ASSET_FOLDER_PATH, "locales") + "/{{lng}}/{{ns}}.json",
},
load: "all",
showSupportNotice: false,
});
router.use(i18nextMiddleware.handle(i18next, {}));