Sha256: 9781dc6dfe3b2e5d925686c0f0e0d36e497b4ed3ac16347aaab7819bc508abad

Contents?: true

Size: 1.15 KB

Versions: 2

Compression:

Stored size: 1.15 KB

Contents

/* Kazakh (UTF-8) initialisation for the jQuery UI date picker plugin. */
/* Written by Dmitriy Karasyov (dmitriy.karasyov@gmail.com). */
jQuery(function($) {
  $.datepicker.regional['kz'] = {
    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['kz']);
});

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
compass-jquery-plugin-0.3.3.1 templates/jquery/i18n/jquery.ui/datepicker-kz.js
compass-jquery-plugin-0.3.3.0 templates/jquery/i18n/jquery.ui/datepicker-kz.js