merci-8.x-2.x-dev/modules/timepicker/js/timeentry/jquery.timeentry-tr.js
modules/timepicker/js/timeentry/jquery.timeentry-tr.js
/* http://keith-wood.name/timeEntry.html
Turkish initialisation for the jQuery time entry extension
Written by Vural Dinçer */
(function($) {
$.timeEntry.regionalOptions['tr'] = {show24Hours: true, separator: ':',
ampmPrefix: '', ampmNames: ['AM', 'PM'],
spinnerTexts: ['şu an', 'önceki alan', 'sonraki alan', 'arttır', 'azalt']};
$.timeEntry.setDefaults($.timeEntry.regionalOptions['tr']);
})(jQuery);
