From 72b389f707bf0be06cecd535a8ffa160b2718672 Mon Sep 17 00:00:00 2001 From: tebersefa Date: Tue, 19 Sep 2023 12:57:50 +0300 Subject: [PATCH] labelDisplayedRows is added for trTR localization --- packages/mui-material/src/locale/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: {