From 06f8ecd58e436938d3f3bf979eb058676d1eafe5 Mon Sep 17 00:00:00 2001 From: Luca Fabbri Date: Thu, 9 Jan 2020 13:17:43 +0100 Subject: [PATCH] Added "emtpy" IT translation Also fixed starts/star translation logic, that was swapped. CC @Angelk90 --- packages/material-ui/src/locale/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/material-ui/src/locale/index.js b/packages/material-ui/src/locale/index.js index 4e87b14483ff47..1bc9aa7d3ff368 100644 --- a/packages/material-ui/src/locale/index.js +++ b/packages/material-ui/src/locale/index.js @@ -253,8 +253,8 @@ export const itIT = { nextIconButtonText: 'Pagina successiva', }, MuiRating: { - getLabelText: value => `${value} Stell${value !== 1 ? 'a' : 'e'}`, - emptyLabelText: 'Empty', + getLabelText: value => `${value} Stell${value !== 1 ? 'e' : 'a'}`, + emptyLabelText: 'Vuoto', }, MuiAutocomplete: { clearText: 'Svuota',