summary refs log tree commit diff
diff options
context:
space:
mode:
authorCyberL1 <mateusz.hf18@gmail.com>2026-02-15 16:58:18 +0100
committerCyberL1 <mateusz.hf18@gmail.com>2026-02-15 16:58:18 +0100
commitfee2560faebe7f19309eda2c5b1bd274cfd15918 (patch)
tree67c9a2f2bc290af8b5984ef21800f95ea14d68c6
parentUse vanity urls (diff)
downloadserver-ts-fee2560faebe7f19309eda2c5b1bd274cfd15918.tar.xz
make i18next shut up
-rw-r--r--src/api/middlewares/Translation.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/middlewares/Translation.ts b/src/api/middlewares/Translation.ts

index 3ca204b6..5e698c40 100644 --- a/src/api/middlewares/Translation.ts +++ b/src/api/middlewares/Translation.ts
@@ -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, {}));