Skip to content

Commit

Permalink
[l10n] labelDisplayedRows is added for trTR localization (#39056)
Browse files Browse the repository at this point in the history
  • Loading branch information
tebersefa committed Sep 26, 2023
1 parent 689fe97 commit 5a1e257
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 5a1e257

Please sign in to comment.