From 967f22210dca8f79ce3894ae954393c256c04771 Mon Sep 17 00:00:00 2001 From: Yuri Pirola Date: Mon, 15 Apr 2019 11:32:08 +0200 Subject: [PATCH] Add Italian localization of Icon, Text and global components --- components/locale-provider/it_IT.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/components/locale-provider/it_IT.tsx b/components/locale-provider/it_IT.tsx index e4e4c83852..fcfd6ab9f1 100644 --- a/components/locale-provider/it_IT.tsx +++ b/components/locale-provider/it_IT.tsx @@ -9,6 +9,9 @@ export default { DatePicker, TimePicker, Calendar, + global: { + placeholder: 'Selezionare', + }, Table: { filterTitle: 'MenĂ¹ Filtro', filterConfirm: 'OK', @@ -40,4 +43,13 @@ export default { Empty: { description: 'Nessun dato', }, + Icon: { + icon: 'icona', + }, + Text: { + edit: 'modifica', + copy: 'copia', + copied: 'copia effettuata', + expand: 'espandi', + }, };