Skip to content

Commit 8482a7a

Browse files
committed
Updated i18n definitions
1 parent 9ed2200 commit 8482a7a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,13 @@ export interface TranslationMessages extends StringMap {
179179
configurable?: {
180180
customize: string;
181181
configureMode: string;
182+
Datagrid: {
183+
unlabeled: string;
184+
};
182185
inspector: {
183186
title: string;
184187
content: string;
185188
reset: string;
186-
unlabeled: string;
187189
};
188190
SimpleList: {
189191
primaryText: string;

packages/ra-language-english/src/index.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,13 @@ const englishMessages: TranslationMessages = {
180180
configurable: {
181181
customize: 'Customize',
182182
configureMode: 'Configure this page',
183+
Datagrid: {
184+
unlabeled: 'Unlabeled column #%{column}',
185+
},
183186
inspector: {
184187
title: 'Inspector',
185188
content: 'Hover the application UI elements to configure them',
186189
reset: 'Reset Settings',
187-
unlabeled: 'Unlabeled column #%{column}',
188190
},
189191
SimpleList: {
190192
primaryText: 'Primary text',

packages/ra-language-french/src/index.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,13 @@ const frenchMessages: TranslationMessages = {
186186
configurable: {
187187
customize: 'Personnaliser',
188188
configureMode: 'Configurer cette page',
189+
Datagrid: {
190+
unlabeled: 'Colonne sans label #%{column}',
191+
},
189192
inspector: {
190193
title: 'Inspecteur',
191194
content: 'Sélectionner un composant pour le configurer',
192195
reset: 'Réinitialiser',
193-
unlabeled: 'Colonne sans label #%{column}',
194196
},
195197
SimpleList: {
196198
primaryText: 'Texte principal',

0 commit comments

Comments
 (0)