Skip to content

Commit 4dec6cc

Browse files
Pull trentrichardson#704 Fix millisectext for zh-CN i18n
1 parent a2837af commit 4dec6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/i18n/jquery-ui-timepicker-zh-CN.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
hourText: '小时',
88
minuteText: '分钟',
99
secondText: '秒钟',
10-
millisecText: '微秒',
10+
millisecText: '毫秒',
1111
microsecText: '微秒',
1212
timezoneText: '时区',
1313
currentText: '现在时间',

0 commit comments

Comments
 (0)