Skip to content

Commit

Permalink
Merge pull request #9187 from bicstone/fix/TranslationMessages
Browse files Browse the repository at this point in the history
Add missing types for TranslationMessages
  • Loading branch information
fzaninotto authored Aug 16, 2023
2 parents 52a066c + cc0b346 commit 8857e55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ra-core/src/i18n/TranslationMessages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export interface TranslationMessages extends StringMap {
open: string;
toggle_theme: string;
select_columns: string;
update_application: string;
};
boolean: {
[key: string]: StringMap | string;
Expand Down Expand Up @@ -155,6 +156,7 @@ export interface TranslationMessages extends StringMap {
canceled: string;
logged_out: string;
not_authorized: string;
application_update_available: string;
};
validation: {
[key: string]: StringMap | string;
Expand Down

0 comments on commit 8857e55

Please sign in to comment.