summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-04-18 19:42:03 +0200
committerRory& <root@rory.gay>2026-04-18 19:42:03 +0200
commite1b01bb8f185af56bbc03c8b51bf6863e39cc9d3 (patch)
tree748a00c7cdd8f72048b34ac1f6890198b99fbd9f /src
parentNPM update (diff)
downloadserver-ts-e1b01bb8f185af56bbc03c8b51bf6863e39cc9d3.tar.xz
NPM updates 2
Diffstat (limited to 'src')
-rw-r--r--src/api/middlewares/Translation.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/api/middlewares/Translation.ts b/src/api/middlewares/Translation.ts

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