diff --git a/packages/mui-material/src/locale/index.ts b/packages/mui-material/src/locale/index.ts index b7771b4a841370..68f09e3eee7b46 100644 --- a/packages/mui-material/src/locale/index.ts +++ b/packages/mui-material/src/locale/index.ts @@ -1131,8 +1131,8 @@ export const faIR: Localization = { return 'رفتن به صفحه‌ی قبلی'; }, labelRowsPerPage: 'تعداد سطرهای هر صفحه:', - // labelDisplayedRows: ({ from, to, count }) => - // `${from}–${to} از ${count !== -1 ? count : `more than ${to}`}`, + labelDisplayedRows: ({ from, to, count }) => + `${from}–${to} از ${count !== -1 ? count : `بیشتر از ${to}`}`, }, }, MuiRating: {