first commit
This commit is contained in:
18
public/assets/spectrum/i18n/jquery.spectrum-hr.js
Normal file
18
public/assets/spectrum/i18n/jquery.spectrum-hr.js
Normal file
@@ -0,0 +1,18 @@
|
||||
// Spectrum Colorpicker
|
||||
// Croatian (hr) localization
|
||||
// https://github.com/bgrins/spectrum
|
||||
|
||||
(function ( $ ) {
|
||||
|
||||
var localization = $.spectrum.localization["hr"] = {
|
||||
cancelText: "Odustani",
|
||||
chooseText: "Odaberi",
|
||||
clearText: "Poništi odabir",
|
||||
noColorSelectedText: "Niti jedna boja nije odabrana",
|
||||
togglePaletteMoreText: "Više",
|
||||
togglePaletteLessText: "Manje"
|
||||
};
|
||||
|
||||
$.extend($.fn.spectrum.defaults, localization);
|
||||
|
||||
})( jQuery );
|
||||
Reference in New Issue
Block a user