Sha256: bbb43f5612d98a624ce307413dda8be10256dd85c49065d7d1c97b173de1db4a

Contents?: true

Size: 1.01 KB

Versions: 6

Compression:

Stored size: 1.01 KB

Contents

/* Albanian initialisation for the jQuery UI date picker plugin. */
/* Written by Flakron Bytyqi (flakron@gmail.com). */
jQuery(function($) {
    $.datepicker.regional['sq'] = {
        closeText: 'mbylle',
        prevText: '<mbrapa',
        nextText: 'Përpara>',
        currentText: 'sot',
        monthNames: ['Janar','Shkurt','Mars','Prill','Maj','Qershor',
            'Korrik','Gusht','Shtator','Tetor','Nëntor','Dhjetor'],
        monthNamesShort: ['Jan','Shk','Mar','Pri','Maj','Qer',
            'Kor','Gus','Sht','Tet','Nën','Dhj'],
        dayNames: ['E Diel','E Hënë','E Martë','E Mërkurë','E Enjte','E Premte','E Shtune'],
        dayNamesShort: ['Di','Hë','Ma','Më','En','Pr','Sh'],
        dayNamesMin: ['Di','Hë','Ma','Më','En','Pr','Sh'],
        weekHeader: 'Ja',
        dateFormat: 'dd.mm.yy',
        firstDay: 1,
        isRTL: false,
        showMonthAfterYear: false,
        yearSuffix: ''};
    $.datepicker.setDefaults($.datepicker.regional['sq']);
});

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-sq.js
compass-jquery-plugin-0.3.2.7 templates/jquery/i18n/jquery.ui/datepicker-sq.js
compass-jquery-plugin-0.3.2.7.nil templates/jquery/i18n/jquery.ui/datepicker-sq.js
compass-jquery-plugin-0.3.2.6 templates/jquery/i18n/jquery.ui/datepicker-sq.js
compass-jquery-plugin-0.3.2.5 templates/jquery/i18n/jquery.ui/datepicker-sq.js
compass-jquery-plugin-0.3.2.4 templates/jquery/i18n/jquery.ui/datepicker-sq.js