Skip to content

Commit

Permalink
[l10n] Improve Spanish (es-ES) locale (#13772)
Browse files Browse the repository at this point in the history
Signed-off-by: José Real <[email protected]>
  • Loading branch information
joserealdev committed Jul 11, 2024
1 parent e9dbcc1 commit b523fd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data/data-grid/localization/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
"languageTag": "es-ES",
"importName": "esES",
"localeName": "Spanish",
"missingKeysCount": 1,
"missingKeysCount": 0,
"totalKeysCount": 118,
"githubLink": "https://github.com/mui/mui-x/blob/master/packages/x-data-grid/src/locales/esES.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/x-data-grid/src/locales/esES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const esESGrid: Partial<GridLocaleText> = {
columnsManagementSearchTitle: 'Buscar',
columnsManagementNoColumns: 'Sin columnas',
columnsManagementShowHideAllText: 'Mostrar/Ocultar todas',
// columnsManagementReset: 'Reset',
columnsManagementReset: 'Restablecer',

// Filter panel text
filterPanelAddFilter: 'Agregar filtro',
Expand Down

0 comments on commit b523fd5

Please sign in to comment.