Sha256: abcb4a18dc61e2543d158a1096135ea9191af5461d735a4c83e19bbff17a780f

Contents?: true

Size: 1.01 KB

Versions: 6

Compression:

Stored size: 1.01 KB

Contents

/* Esperanto initialisation for the jQuery UI date picker plugin. */
/* Written by Olivier M. (olivierweb@ifrance.com). */
jQuery(function($) {
    $.datepicker.regional['eo'] = {
        closeText: 'Fermi',
        prevText: '<Anta',
        nextText: 'Sekv>',
        currentText: 'Nuna',
        monthNames: ['Januaro','Februaro','Marto','Aprilo','Majo','Junio',
            'Julio','Aŭgusto','Septembro','Oktobro','Novembro','Decembro'],
        monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun',
            'Jul','Aŭg','Sep','Okt','Nov','Dec'],
        dayNames: ['Dimanĉo','Lundo','Mardo','Merkredo','Ĵaŭdo','Vendredo','Sabato'],
        dayNamesShort: ['Dim','Lun','Mar','Mer','Ĵaŭ','Ven','Sab'],
        dayNamesMin: ['Di','Lu','Ma','Me','Ĵa','Ve','Sa'],
        weekHeader: 'Sb',
        dateFormat: 'dd/mm/yy',
        firstDay: 0,
        isRTL: false,
        showMonthAfterYear: false,
        yearSuffix: ''};
    $.datepicker.setDefaults($.datepicker.regional['eo']);
});

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