Skip to content

Commit

Permalink
Persian (fa) localization
Browse files Browse the repository at this point in the history
  • Loading branch information
amiraliakbari committed Jul 9, 2014
1 parent cbd6442 commit b7f4adc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions i18n/jquery.spectrum-fa.js
Original file line number Diff line number Diff line change
@@ -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 );

0 comments on commit b7f4adc

Please sign in to comment.