This commit is contained in:
jackchenyang
2024-05-16 14:30:14 +08:00
parent ecda19d1fa
commit 5d76090d41
917 changed files with 199803 additions and 5 deletions
@@ -0,0 +1,14 @@
// Spectrum Colorpicker
// Persian (fa) localization
// https://github.com/bgrins/spectrum
(function ( $ ) {
var localization = $.spectrum.localization["fa"] = {
cancelText: "لغو",
chooseText: "انتخاب"
};
$.extend($.fn.spectrum.defaults, localization);
})( jQuery );