privilegedemarque/modules/privatesales/js/countdown/jquery.countdown-zh-CN.js
Serveur preprod f0c0c48223 first push
2016-04-14 16:14:31 +02:00

13 lines
556 B
JavaScript

/* 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);