修复比赛倒计时中中英文混合的问题
This commit is contained in:
@@ -694,20 +694,20 @@
|
|||||||
|
|
||||||
// Store default english locale so we can switch easier
|
// Store default english locale so we can switch easier
|
||||||
$.fn.countdown.locale.en = {
|
$.fn.countdown.locale.en = {
|
||||||
yearText: 'years',
|
yearText: '年',
|
||||||
monthText: 'months',
|
monthText: '月',
|
||||||
weekText: 'weeks',
|
weekText: '星期',
|
||||||
dayText: 'days',
|
dayText: '天',
|
||||||
hourText: 'hours',
|
hourText: '小时',
|
||||||
minText: 'mins',
|
minText: '分钟',
|
||||||
secText: 'sec',
|
secText: '秒',
|
||||||
yearSingularText: 'year',
|
yearSingularText: '年',
|
||||||
monthSingularText: 'month',
|
monthSingularText: '月',
|
||||||
weekSingularText: 'week',
|
weekSingularText: '星期',
|
||||||
daySingularText: 'day',
|
daySingularText: '天',
|
||||||
hourSingularText: 'hour',
|
hourSingularText: '小时',
|
||||||
minSingularText: 'min',
|
minSingularText: '分钟',
|
||||||
secSingularText: 'sec',
|
secSingularText: '秒',
|
||||||
isRTL: false
|
isRTL: false
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user