Skip to content

Commit

Permalink
Merge pull request bgrins#111 from laplacesdemon/master
Browse files Browse the repository at this point in the history
Turkish translation is added
  • Loading branch information
bgrins committed Jul 30, 2013
2 parents 04004f5 + 2d42a4d commit c709dc9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions i18n/jquery.spectrum-tr.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Spectrum Colorpicker
// Turkish (tr) localization
// https://github.com/bgrins/spectrum

(function ( $ ) {

var localization = $.spectrum.localization["tr"] = {
cancelText: "iptal",
chooseText: "tamam"
};

$.extend($.fn.spectrum.defaults, localization);

})( jQuery );

0 comments on commit c709dc9

Please sign in to comment.