Sha256: 498cc282f710e5aa459500d16331529903ab27f65c33d9c3f695ef6851602517

Contents?: true

Size: 736 Bytes

Versions: 8

Compression:

Stored size: 736 Bytes

Contents

/**
 * Simplified Chinese translation for bootstrap-datepicker
 * Yuan Cheung <advanimal@gmail.com>
 */
;(function($){
	$.fn.datepicker.dates['zh-CN'] = {
				days: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六", "星期日"],
			daysShort: ["周日", "周一", "周二", "周三", "周四", "周五", "周六", "周日"],
			daysMin:  ["日", "一", "二", "三", "四", "五", "六", "日"],
			months: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
			monthsShort: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"]
	};
}(jQuery));

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
tida_blue_assets-0.0.2 vendor/assets/javascripts/locales/bootstrap-datepicker.zh-CN.js
bootstrap-datepicker-rails-0.6.18 vendor/assets/javascripts/bootstrap-datepicker/locales/bootstrap-datepicker.zh-CN.js
bootstrap-datepicker-rails-0.6.17 vendor/assets/javascripts/bootstrap-datepicker/locales/bootstrap-datepicker.zh-CN.js
bootstrap-datepicker-rails-0.6.16 vendor/assets/javascripts/bootstrap-datepicker/locales/bootstrap-datepicker.zh-CN.js
bootstrap-datepicker-rails-0.6.15 vendor/assets/javascripts/bootstrap-datepicker/locales/bootstrap-datepicker.zh-CN.js
bootstrap-datepicker-rails-0.6.14 vendor/assets/javascripts/bootstrap-datepicker/locales/bootstrap-datepicker.zh-CN.js
bootstrap-datepicker-rails-0.6.13 vendor/assets/javascripts/bootstrap-datepicker/locales/bootstrap-datepicker.zh-CN.js
bootstrap-datepicker-rails-0.6.12 vendor/assets/javascripts/bootstrap-datepicker/locales/bootstrap-datepicker.zh-CN.js