17 Nov - Static Sites to laravel
This commit is contained in:
parent
610aa1e202
commit
5ff57a21a7
3661 changed files with 569001 additions and 771 deletions
16
public/assets/plugins/spectrum/i18n/jquery.spectrum-it.js
Normal file
16
public/assets/plugins/spectrum/i18n/jquery.spectrum-it.js
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
// Spectrum Colorpicker
|
||||
// Italian (it) localization
|
||||
// https://github.com/bgrins/spectrum
|
||||
|
||||
(function ( $ ) {
|
||||
|
||||
var localization = $.spectrum.localization["it"] = {
|
||||
cancelText: "annulla",
|
||||
chooseText: "scegli",
|
||||
clearText: "Annulla selezione colore",
|
||||
noColorSelectedText: "Nessun colore selezionato"
|
||||
};
|
||||
|
||||
$.extend($.fn.spectrum.defaults, localization);
|
||||
|
||||
})( jQuery );
|
||||
Loading…
Add table
Add a link
Reference in a new issue