Sha256: 6387546e810706da4bc11f828e3705e5ffbefa9bbd76463197089290b1c0a9fe

Contents?: true

Size: 1.39 KB

Versions: 6

Compression:

Stored size: 1.39 KB

Contents

/* Kyrgyz (UTF-8) initialisation for the jQuery UI date picker plugin. */
/* Written by Sergey Kartashov (ebishkek@yandex.ru). */
( function( factory ) {
	"use strict";

	if ( typeof define === "function" && define.amd ) {

		// AMD. Register as an anonymous module.
		define( [ "../widgets/datepicker" ], factory );
	} else {

		// Browser globals
		factory( jQuery.datepicker );
	}
} )( function( datepicker ) {
"use strict";

datepicker.regional.ky = {
	closeText: "Жабуу",
	prevText: "<Мур",
	nextText: "Кий>",
	currentText: "Бүгүн",
	monthNames: [ "Январь", "Февраль", "Март", "Апрель", "Май", "Июнь",
	"Июль", "Август", "Сентябрь", "Октябрь", "Ноябрь", "Декабрь" ],
	monthNamesShort: [ "Янв", "Фев", "Мар", "Апр", "Май", "Июн",
	"Июл", "Авг", "Сен", "Окт", "Ноя", "Дек" ],
	dayNames: [ "жекшемби", "дүйшөмбү", "шейшемби", "шаршемби", "бейшемби", "жума", "ишемби" ],
	dayNamesShort: [ "жек", "дүй", "шей", "шар", "бей", "жум", "ише" ],
	dayNamesMin: [ "Жк", "Дш", "Шш", "Шр", "Бш", "Жм", "Иш" ],
	weekHeader: "Жум",
	dateFormat: "dd.mm.yy",
	firstDay: 1,
	isRTL: false,
	showMonthAfterYear: false,
	yearSuffix: ""
};
datepicker.setDefaults( datepicker.regional.ky );

return datepicker.regional.ky;

} );

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
jquery-ui-rails-7.0.0 app/assets/javascripts/jquery-ui/i18n/datepicker-ky.js
jquery-ui-rails-patch-1131-7.0.1 app/assets/javascripts/jquery-ui-patch-1131/i18n/datepicker-ky.js
jquery-ui-rails-patch-1131-7.0.0 app/assets/javascripts/jquery-ui-patch-1131/i18n/datepicker-ky.js
jquery-ui-rails-test-6.0.4 app/assets/javascripts/jquery-ui-test/i18n/datepicker-ky.js
jquery-ui-rails-test-6.0.3 app/assets/javascripts/jquery-ui-test/i18n/datepicker-ky.js
jquery-ui-rails-test-6.0.2 app/assets/javascripts/jquery-ui/i18n/datepicker-ky.js