Skip to content

Commit

Permalink
[MuiTablePagination] Fixed the etEE locale (#32052)
Browse files Browse the repository at this point in the history
  • Loading branch information
raigoinabox committed Mar 31, 2022
1 parent 8c9c5f1 commit 95b13b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mui-material/src/locale/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -984,8 +984,8 @@ export const etEE: Localization = {
return 'Vali eelmine lehekülg';
},
labelRowsPerPage: 'Ridu leheküljel:',
// labelDisplayedRows: ({ from, to, count }) =>
// `${from}–${to} / ${count !== -1 ? count : `more than ${to}`}`,
labelDisplayedRows: ({ from, to, count }) =>
`${from}${to} / ${count !== -1 ? count : `rohkem kui ${to}`}`,
},
},
MuiRating: {
Expand Down

0 comments on commit 95b13b3

Please sign in to comment.