Skip to content

Commit 04042e1

Browse files
authored
Add missing Italian translations (select2#5988)
1 parent 10eebea commit 04042e1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/js/select2/i18n/it.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ define(function () {
4646
},
4747
removeAllItems: function () {
4848
return 'Rimuovi tutti gli oggetti';
49+
},
50+
removeItem: function () {
51+
return 'Rimuovi oggetto';
52+
},
53+
search: function() {
54+
return 'Ricerca';
4955
}
5056
};
5157
});

0 commit comments

Comments
 (0)