Skip to content

Commit

Permalink
[i10n] Update italian language variable
Browse files Browse the repository at this point in the history
Remove comment and translate language variable for pagination.
  • Loading branch information
SalvatoreMazzullo authored Feb 8, 2022
1 parent 0ba5fed commit da0ab4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mui-material/src/locale/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1699,8 +1699,8 @@ export const itIT: Localization = {
return 'Vai alla pagina precedente';
},
labelRowsPerPage: 'Righe per pagina:',
// labelDisplayedRows: ({ from, to, count }) =>
// `${from}–${to} di ${count !== -1 ? count : `more than ${to}`}`,
labelDisplayedRows: ({ from, to, count }) =>
`${from}${to} di ${count !== -1 ? count : `più di ${to}`}`,
},
},
MuiRating: {
Expand Down

0 comments on commit da0ab4b

Please sign in to comment.