Skip to content

Commit 8857e55

Browse files
authored
Merge pull request #9187 from bicstone/fix/TranslationMessages
Add missing types for TranslationMessages
2 parents 52a066c + cc0b346 commit 8857e55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/ra-core/src/i18n/TranslationMessages.ts

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export interface TranslationMessages extends StringMap {
4444
open: string;
4545
toggle_theme: string;
4646
select_columns: string;
47+
update_application: string;
4748
};
4849
boolean: {
4950
[key: string]: StringMap | string;
@@ -155,6 +156,7 @@ export interface TranslationMessages extends StringMap {
155156
canceled: string;
156157
logged_out: string;
157158
not_authorized: string;
159+
application_update_available: string;
158160
};
159161
validation: {
160162
[key: string]: StringMap | string;

0 commit comments

Comments
 (0)