mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 13:55:39 +00:00
make i18next shut up
This commit is contained in:
@@ -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, {}));
|
||||
|
||||
Reference in New Issue
Block a user