Skip to content

Commit b7f4adc

Browse files
committed
Persian (fa) localization
1 parent cbd6442 commit b7f4adc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

i18n/jquery.spectrum-fa.js

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// Spectrum Colorpicker
2+
// Persian (fa) localization
3+
// https://github.com/bgrins/spectrum
4+
5+
(function ( $ ) {
6+
7+
var localization = $.spectrum.localization["fa"] = {
8+
cancelText: "لغو",
9+
chooseText: "انتخاب"
10+
};
11+
12+
$.extend($.fn.spectrum.defaults, localization);
13+
14+
})( jQuery );

0 commit comments

Comments
 (0)