From da0ab4b33c69b0697fe68a7c2692a89097836de8 Mon Sep 17 00:00:00 2001 From: Salvatore Mazzullo Date: Tue, 8 Feb 2022 12:38:23 +0100 Subject: [PATCH] [i10n] Update italian language variable Remove comment and translate language variable for pagination. --- packages/mui-material/src/locale/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/mui-material/src/locale/index.ts b/packages/mui-material/src/locale/index.ts index 39c9711b141800..a38c6cdf3e56d3 100644 --- a/packages/mui-material/src/locale/index.ts +++ b/packages/mui-material/src/locale/index.ts @@ -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: {