Sha256: d445e092c78ee8e55e26860667affe869dea35e5e678727ba39c89e5e7ecbe90

Contents?: true

Size: 1.23 KB

Versions: 6

Compression:

Stored size: 1.23 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

6 entries across 6 versions & 1 rubygems

Version Path
compass-jquery-plugin-0.3.2.8 templates/jquery/i18n/jquery.ui/datepicker-kz.js
compass-jquery-plugin-0.3.2.7 templates/jquery/i18n/jquery.ui/datepicker-kz.js
compass-jquery-plugin-0.3.2.7.nil templates/jquery/i18n/jquery.ui/datepicker-kz.js
compass-jquery-plugin-0.3.2.6 templates/jquery/i18n/jquery.ui/datepicker-kz.js
compass-jquery-plugin-0.3.2.5 templates/jquery/i18n/jquery.ui/datepicker-kz.js
compass-jquery-plugin-0.3.2.4 templates/jquery/i18n/jquery.ui/datepicker-kz.js