projects/genea/out/js/spectrum-1.8.1/i18n/jquery.spectrum-tr.js
1.
// Spectrum Colorpicker
2.
// Turkish (tr) localization
3.
// https://github.com/bgrins/spectrum
4.
 
5.
(function ( $ ) {
6.
 
7.
    var localization = $.spectrum.localization["tr"] = {
8.
        cancelText: "iptal",
9.
        chooseText: "tamam"
10.
    };
11.
 
12.
    $.extend($.fn.spectrum.defaults, localization);
13.
 
14.
})( jQuery );
15.