bebeboutik/modules/privatesales_countdown/js/jquery.countdown-zh-CN.js
Srv Bebeboutik 6c0978166c add modules
2016-01-04 12:49:26 +01:00

13 lines
559 B
JavaScript
Executable File

/* http://keith-wood.name/countdown.html
Simplified Chinese initialisation for the jQuery countdown extension
Written by Cloudream (cloudream@gmail.com). */
(function($) {
$.countdown.regional['zh-CN'] = {
labels: ['年', '月', '周', '天', '时', '分', '秒'],
labels1: ['年', '月', '周', '天', '时', '分', '秒'],
compactLabels: ['年', '月', '周', '天'], compactLabels1: ['年', '月', '周', '天'],
whichLabels: null,
timeSeparator: ':', isRTL: false};
$.countdown.setDefaults($.countdown.regional['zh-CN']);
})(jQuery);