Sha256: 655a92085fc09fba1c4c07f324876decc75bc049c314fc8efbb6bbacc4f89c35

Contents?: true

Size: 1.04 KB

Versions: 6

Compression:

Stored size: 1.04 KB

Contents

/* Faroese initialisation for the jQuery UI date picker plugin */
/* Written by Sverri Mohr Olsen, sverrimo@gmail.com */
jQuery(function($) {
    $.datepicker.regional['fo'] = {
        closeText: 'Lat aftur',
        prevText: '<Fyrra',
        nextText: 'Næsta>',
        currentText: 'Í dag',
        monthNames: ['Januar','Februar','Mars','Apríl','Mei','Juni',
            'Juli','August','September','Oktober','November','Desember'],
        monthNamesShort: ['Jan','Feb','Mar','Apr','Mei','Jun',
            'Jul','Aug','Sep','Okt','Nov','Des'],
        dayNames: ['Sunnudagur','Mánadagur','Týsdagur','Mikudagur','Hósdagur','Fríggjadagur','Leyardagur'],
        dayNamesShort: ['Sun','Mán','Týs','Mik','Hós','Frí','Ley'],
        dayNamesMin: ['Su','Má','Tý','Mi','Hó','Fr','Le'],
        weekHeader: 'Vk',
        dateFormat: 'dd-mm-yy',
        firstDay: 0,
        isRTL: false,
        showMonthAfterYear: false,
        yearSuffix: ''};
    $.datepicker.setDefaults($.datepicker.regional['fo']);
});

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