Skip to content

Commit

Permalink
[l10n] Add displayed rows label to faIR locale (#35587)
Browse files Browse the repository at this point in the history
  • Loading branch information
houtan-rocky committed Dec 26, 2022
1 parent 88f7870 commit e7faa07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mui-material/src/locale/index.ts
Expand Up @@ -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: {
Expand Down

0 comments on commit e7faa07

Please sign in to comment.