1 //! moment.js locale configuration
2 //! locale : Faroese [fo]
3 //! author : Ragnar Johannesen : https://github.com/ragnar123
5 ;(function (global
, factory
) {
6 typeof exports
=== 'object' && typeof module
!== 'undefined'
7 && typeof require
=== 'function' ? factory(require('../moment')) :
8 typeof define
=== 'function' && define
.amd
? define(['../moment'], factory
) :
10 }(this, function (moment
) { 'use strict';
13 var fo
= moment
.defineLocale('fo', {
14 months
: 'januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember'.split('_'),
15 monthsShort
: 'jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des'.split('_'),
16 weekdays
: 'sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur'.split('_'),
17 weekdaysShort
: 'sun_mán_týs_mik_hós_frí_ley'.split('_'),
18 weekdaysMin
: 'su_má_tý_mi_hó_fr_le'.split('_'),
24 LLL
: 'D MMMM YYYY HH:mm',
25 LLLL
: 'dddd D. MMMM, YYYY HH:mm'
28 sameDay
: '[Í dag kl.] LT',
29 nextDay
: '[Í morgin kl.] LT',
30 nextWeek
: 'dddd [kl.] LT',
31 lastDay
: '[Í gjár kl.] LT',
32 lastWeek
: '[síðstu] dddd [kl] LT',
50 ordinalParse
: /\d{1,2}\./,
53 dow
: 1, // Monday is the first day of the week.
54 doy
: 4 // The week that contains Jan 4th is the first week of the year.