Sha256: 07b1602eb870f1f9a672aa7d851215a5133d37182510832977fd32b426065abc

Contents?: true

Size: 780 Bytes

Versions: 3

Compression:

Stored size: 780 Bytes

Contents

/**
 * Traditional Chinese translation for bootstrap-datetimepicker
 * Rung-Sheng Jang <daniel@i-trend.co.cc>
 */
;(function($){
	$.fn.datetimepicker.dates['zh-TW'] = {
				days: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六", "星期日"],
			daysShort: ["周日", "周一", "周二", "周三", "周四", "周五", "周六", "周日"],
			daysMin:  ["日", "一", "二", "三", "四", "五", "六", "日"],
			months: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
			monthsShort: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
		suffix: [],
		meridiem: []
	};
}(jQuery));

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bootstrap-datetime-picker-for-rails-0.0.4 vendor/assets/javascripts/bootstrap-datetimepicker/locales/bootstrap-datetimepicker.zh-TW.js
bootstrap-datetime-picker-for-rails-0.0.3 vendor/assets/javascripts/bootstrap-datetimepicker/locales/bootstrap-datetimepicker.zh-TW.js
bootstrap-datetime-picker-for-rails-0.0.2 vendor/assets/javascripts/bootstrap-datetimepicker/locales/bootstrap-datetimepicker.zh-TW.js