Skip to content

Commit

Permalink
Merge pull request #8223 from bicstone/bicsonte/remove-ra.templateError
Browse files Browse the repository at this point in the history
Remove unused TranslationMessage
  • Loading branch information
fzaninotto committed Oct 2, 2022
2 parents 14b7a46 + 810d427 commit 0bde64d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/ra-core/src/i18n/TranslationMessages.ts
Expand Up @@ -177,7 +177,6 @@ export interface TranslationMessages extends StringMap {
};
configurable?: {
customize: string;
templateError: string;
configureMode: string;
inspector: {
title: string;
Expand Down
1 change: 0 additions & 1 deletion packages/ra-language-english/src/index.ts
Expand Up @@ -178,7 +178,6 @@ const englishMessages: TranslationMessages = {
},
configurable: {
customize: 'Customize',
templateError: '## Template error',
configureMode: 'Configure this page',
inspector: {
title: 'Inspector',
Expand Down
1 change: 0 additions & 1 deletion packages/ra-language-french/src/index.ts
Expand Up @@ -184,7 +184,6 @@ const frenchMessages: TranslationMessages = {
},
configurable: {
customize: 'Personnaliser',
templateError: '## Erreur de formule',
configureMode: 'Configurer cette page',
inspector: {
title: 'Inspecteur',
Expand Down

0 comments on commit 0bde64d

Please sign in to comment.