Skip to content

Commit

Permalink
labelDisplayedRows is added for trTR localization
Browse files Browse the repository at this point in the history
  • Loading branch information
tebersefa committed Sep 19, 2023
1 parent 5ae040f commit 72b389f
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 @@ -3627,8 +3627,8 @@ export const trTR: Localization = {
return 'Önceki sayfaya git';
},
labelRowsPerPage: 'Sayfa başına satır:',
// labelDisplayedRows: ({ from, to, count }) =>
// `${from}${to} tanesinden ${count !== -1 ? count : `more than ${to}`}`,
labelDisplayedRows: ({ from, to, count }) =>
`${from}-${to} / ${count !== -1 ? count : `${to}'den fazla`}`,
},
},
MuiRating: {
Expand Down

0 comments on commit 72b389f

Please sign in to comment.