Skip to content

Commit

Permalink
[l10n] Improve Dutch (nl-NL) locale (#14398)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Potoms <2109932+Janpot@users.noreply.github.com>
  • Loading branch information
Janpot authored Sep 3, 2024
1 parent 153d381 commit 24943b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 @@ -75,7 +75,7 @@
"languageTag": "nl-NL",
"importName": "nlNL",
"localeName": "Dutch",
"missingKeysCount": 4,
"missingKeysCount": 0,
"totalKeysCount": 118,
"githubLink": "https://github.com/mui/mui-x/blob/master/packages/x-data-grid/src/locales/nlNL.ts"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/x-data-grid/src/locales/nlNL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ const nlNLGrid: Partial<GridLocaleText> = {
toolbarExportExcel: 'Downloaden als Excel-bestand',

// Columns management text
// columnsManagementSearchTitle: 'Search',
// columnsManagementNoColumns: 'No columns',
// columnsManagementShowHideAllText: 'Show/Hide All',
// columnsManagementReset: 'Reset',
columnsManagementSearchTitle: 'Zoeken',
columnsManagementNoColumns: 'Geen kolommen',
columnsManagementShowHideAllText: 'Toon/Verberg Alle',
columnsManagementReset: 'Reset',

// Filter panel text
filterPanelAddFilter: 'Filter toevoegen',
Expand Down

0 comments on commit 24943b0

Please sign in to comment.