diff --git a/i18n/jquery.spectrum-et.js b/i18n/jquery.spectrum-et.js new file mode 100644 index 00000000..9952b412 --- /dev/null +++ b/i18n/jquery.spectrum-et.js @@ -0,0 +1,18 @@ +// Spectrum Colorpicker +// Estonian (et) localization +// https://github.com/bgrins/spectrum + +(function ( $ ) { + + var localization = $.spectrum.localization["et"] = { + cancelText: "Katkesta", + chooseText: "Vali", + clearText: "Tühista värvivalik", + noColorSelectedText: "Ühtki värvi pole valitud", + togglePaletteMoreText: "Rohkem", + togglePaletteLessText: "Vähem" + }; + + $.extend($.fn.spectrum.defaults, localization); + +})( jQuery );