From b81be8f8d74a43c5900784923beec49111554ae4 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 5 Jun 2025 13:13:31 +0300 Subject: [PATCH] feat(share): pass t for translations --- apps/server/src/share/routes.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/server/src/share/routes.ts b/apps/server/src/share/routes.ts index ee36621ed..4d744ec5a 100644 --- a/apps/server/src/share/routes.ts +++ b/apps/server/src/share/routes.ts @@ -167,7 +167,8 @@ function register(router: Router) { subRoot, assetPath: isDev ? assetPath : `../${assetPath}`, appPath: isDev ? appPath : `../${appPath}`, - showLoginInShareTheme + showLoginInShareTheme, + t }; let useDefaultView = true;