UNPKG

spectrum-colorpicker

Version:

Spectrum: the no hassle jQuery colorpicker

19 lines (14 loc) 523 B
// Spectrum Colorpicker // Persian (fa) localization // https://github.com/bgrins/spectrum (function ( $ ) { var localization = $.spectrum.localization["fa"] = { cancelText: "لغو", chooseText: "انتخاب", clearText: "تنظیم مجدد رنگ", noColorSelectedText: "هیچ رنگی انتخاب نشده است!", togglePaletteMoreText: "بیشتر", togglePaletteLessText: "کمتر" }; $.extend($.fn.spectrum.defaults, localization); })( jQuery );