make i18next shut up

This commit is contained in:
CyberL1
2026-02-15 16:58:18 +01:00
parent a55b8fefde
commit fee2560fae

View File

@@ -42,6 +42,7 @@ 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, {}));