Skip to content

Commit

Permalink
[l10n] Improve Spanish (es-ES) locale (#12606)
Browse files Browse the repository at this point in the history
Signed-off-by: Aitor Ramoneda Subarroca <86493991+aitor40@users.noreply.github.com>
Co-authored-by: alexandre <alex.fauquette@gmail.com>
  • Loading branch information
aitor40 and alexfauquette committed Apr 4, 2024
1 parent ddd0f13 commit 3778ed8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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": 3,
"missingKeysCount": 0,
"totalKeysCount": 117,
"githubLink": "https://github.com/mui/mui-x/blob/master/packages/x-data-grid/src/locales/esES.ts"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/x-data-grid/src/locales/esES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ const esESGrid: Partial<GridLocaleText> = {
toolbarExportExcel: 'Descargar como Excel',

// Columns management text
// columnsManagementSearchTitle: 'Search',
// columnsManagementNoColumns: 'No columns',
// columnsManagementShowHideAllText: 'Show/Hide All',
columnsManagementSearchTitle: 'Buscar',
columnsManagementNoColumns: 'Sin columnas',
columnsManagementShowHideAllText: 'Mostrar/Ocultar todas',

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

0 comments on commit 3778ed8

Please sign in to comment.