diff --git a/packages/mui-material/src/locale/index.ts b/packages/mui-material/src/locale/index.ts index 0d6194009d7af0..a72dd3b3d16c48 100644 --- a/packages/mui-material/src/locale/index.ts +++ b/packages/mui-material/src/locale/index.ts @@ -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: {