Skip to content

Commit e0c1ab8

Browse files
author
Keith Wood
committed
Release 1.5.0
1 parent 3e1881d commit e0c1ab8

File tree

5 files changed

+321
-321
lines changed

5 files changed

+321
-321
lines changed

jquery.timeentry-zh-TW.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/* http://keith-wood.name/timeEntry.html
2+
Traditional Chinese initialisation for the jQuery time entry extension.
3+
By Taian Su([email protected]) */
4+
(function($) {
5+
$.timeEntry.regional['zh-TW'] = {show24Hours: false, separator: ':',
6+
ampmPrefix: '', ampmNames: ['AM', 'PM'],
7+
spinnerTexts: ['現在時刻', '上一個欄位', '下一個欄位', '增加', '减少']};
8+
$.timeEntry.setDefaults($.timeEntry.regional['zh-TW']);
9+
})(jQuery);

0 commit comments

Comments
 (0)