merci-8.x-2.x-dev/modules/timepicker/js/timeentry/jquery.timeentry-zh-TW.js
modules/timepicker/js/timeentry/jquery.timeentry-zh-TW.js
/* http://keith-wood.name/timeEntry.html
Traditional Chinese initialisation for the jQuery time entry extension.
By Taian Su(taiansu@gmail.com) */
(function($) {
$.timeEntry.regionalOptions['zh-TW'] = {show24Hours: false, separator: ':',
ampmPrefix: '', ampmNames: ['AM', 'PM'],
spinnerTexts: ['現在時刻', '上一個欄位', '下一個欄位', '增加', '减少']};
$.timeEntry.setDefaults($.timeEntry.regionalOptions['zh-TW']);
})(jQuery);
