We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6daf9b0 commit f065db7Copy full SHA for f065db7
i18n/jquery.spectrum-it.js
@@ -6,7 +6,9 @@
6
7
var localization = $.spectrum.localization["it"] = {
8
cancelText: "annulla",
9
- chooseText: "scegli"
+ chooseText: "scegli",
10
+ clearText: "Annulla selezione colore",
11
+ noColorSelectedText: "Nessun colore selezionato"
12
};
13
14
$.extend($.fn.spectrum.defaults, localization);
0 commit comments