fix: translation error for gitea actions
Build and Deploy / build-and-push (push) Successful in 1m24s Details

This commit is contained in:
Ludo 2026-05-04 16:51:18 +02:00
parent 95250137c8
commit e081d290c6
1 changed files with 1 additions and 1 deletions

View File

@ -103,4 +103,4 @@ export const translations = {
},
} as const;
export type Translations = typeof translations['en'];
export type Translations = (typeof translations)[Locale];