From e081d290c692bedd8b56729dab67ff0c31757f25 Mon Sep 17 00:00:00 2001 From: Ludo Date: Mon, 4 May 2026 16:51:18 +0200 Subject: [PATCH] fix: translation error for gitea actions --- apps/web/src/i18n/translations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/i18n/translations.ts b/apps/web/src/i18n/translations.ts index 1599e8b..ab6d47c 100644 --- a/apps/web/src/i18n/translations.ts +++ b/apps/web/src/i18n/translations.ts @@ -103,4 +103,4 @@ export const translations = { }, } as const; -export type Translations = typeof translations['en']; +export type Translations = (typeof translations)[Locale];