Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[l10n] Update italian locale #30974

Merged
merged 1 commit into from
Mar 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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}`}`,
Comment on lines -1702 to -1703
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oliviertassinari any idea why this part was commented in the first place?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These were added in #20543 - it seems to me that they indicate phrases that were not translated yet.

labelDisplayedRows: ({ from, to, count }) =>
`${from}${to} di ${count !== -1 ? count : `più di ${to}`}`,
},
},
MuiRating: {
Expand Down