generated from ludops/ludops-skeleton
fix: translation error for gitea actions
Build and Deploy / build-and-push (push) Successful in 1m24s
Details
Build and Deploy / build-and-push (push) Successful in 1m24s
Details
This commit is contained in:
parent
95250137c8
commit
e081d290c6
|
|
@ -103,4 +103,4 @@ export const translations = {
|
|||
},
|
||||
} as const;
|
||||
|
||||
export type Translations = typeof translations['en'];
|
||||
export type Translations = (typeof translations)[Locale];
|
||||
|
|
|
|||
Loading…
Reference in New Issue