Skip to content

Commit e7faa07

Browse files
authored
[l10n] Add displayed rows label to faIR locale (#35587)
1 parent 88f7870 commit e7faa07

File tree

1 file changed

+2
-2
lines changed
  • packages/mui-material/src/locale

1 file changed

+2
-2
lines changed

packages/mui-material/src/locale/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,8 +1131,8 @@ export const faIR: Localization = {
11311131
return 'رفتن به صفحه‌ی قبلی';
11321132
},
11331133
labelRowsPerPage: 'تعداد سطرهای هر صفحه:',
1134-
// labelDisplayedRows: ({ from, to, count }) =>
1135-
// `${from}–${to} از ${count !== -1 ? count : `more than ${to}`}`,
1134+
labelDisplayedRows: ({ from, to, count }) =>
1135+
`${from}${to} از ${count !== -1 ? count : `بیشتر از ${to}`}`,
11361136
},
11371137
},
11381138
MuiRating: {

0 commit comments

Comments
 (0)