Skip to content

Commit

Permalink
[l10n] Add missing translation for de_DE locale (#3230)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianfrey authored Nov 21, 2021
1 parent 1db8bd8 commit b3aa73c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/grid/_modules_/grid/locales/deDE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ const deDEGrid: Partial<GridLocaleText> = {
filterOperatorEndsWith: 'endet mit',
filterOperatorIs: 'ist',
filterOperatorNot: 'ist nicht',
filterOperatorOnOrAfter: 'ist an oder nach',
filterOperatorOnOrAfter: 'ist am oder nach',
filterOperatorBefore: 'ist vor',
filterOperatorOnOrBefore: 'ist an oder vor',
filterOperatorOnOrBefore: 'ist am oder vor',
filterOperatorAfter: 'ist nach',
filterOperatorIsEmpty: 'ist leer',
filterOperatorIsNotEmpty: 'ist nicht leer',
Expand Down Expand Up @@ -92,7 +92,7 @@ const deDEGrid: Partial<GridLocaleText> = {
`${visibleCount.toLocaleString()} von ${totalCount.toLocaleString()}`,

// Actions cell more text
// actionsCellMore: 'more',
actionsCellMore: 'Mehr',
};

export const deDE: Localization = getGridLocalization(deDEGrid, deDECore);

0 comments on commit b3aa73c

Please sign in to comment.