Sha256: 3a6612a1dc7630c9ac3636ccca783222f52bf53cbbc383dbaef2751bd63cd766

Contents?: true

Size: 1.18 KB

Versions: 3

Compression:

Stored size: 1.18 KB

Contents

/* Tajiki (UTF-8) initialisation for the jQuery UI date picker plugin. */
/* Written by Abdurahmon Saidov (saidovab@gmail.com). */
jQuery(function($) {
    $.datepicker.regional['tj'] = {
        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['tj']);
});

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
compass-jquery-plugin-0.3.2.8 templates/jquery/i18n/jquery.ui/datepicker-tj.js
compass-jquery-plugin-0.3.2.7 templates/jquery/i18n/jquery.ui/datepicker-tj.js
compass-jquery-plugin-0.3.2.7.nil templates/jquery/i18n/jquery.ui/datepicker-tj.js