1 //! moment.js locale configuration
2 //! locale : Occitan, lengadocian dialecte [oc-lnc]
3 //! author : Quentin PAGÈS : https://github.com/Quenty31
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';
12 //! moment.js locale configuration
14 var ocLnc = moment.defineLocale('oc-lnc', {
16 standalone: 'genièr_febrièr_març_abril_mai_junh_julhet_agost_setembre_octòbre_novembre_decembre'.split(
19 format: "de genièr_de febrièr_de març_d'abril_de mai_de junh_de julhet_d'agost_de setembre_d'octòbre_de novembre_de decembre".split(
22 isFormat: /D[oD]?(\s)+MMMM/,
24 monthsShort: 'gen._febr._març_abr._mai_junh_julh._ago._set._oct._nov._dec.'.split(
27 monthsParseExact: true,
28 weekdays: 'dimenge_diluns_dimars_dimècres_dijòus_divendres_dissabte'.split(
31 weekdaysShort: 'dg._dl._dm._dc._dj._dv._ds.'.split('_'),
32 weekdaysMin: 'dg_dl_dm_dc_dj_dv_ds'.split('_'),
33 weekdaysParseExact: true,
38 LL: 'D MMMM [de] YYYY',
40 LLL: 'D MMMM [de] YYYY [a] H:mm',
41 lll: 'D MMM YYYY, H:mm',
42 LLLL: 'dddd D MMMM [de] YYYY [a] H:mm',
43 llll: 'ddd D MMM YYYY, H:mm',
46 sameDay: '[uèi a] LT',
47 nextDay: '[deman a] LT',
48 nextWeek: 'dddd [a] LT',
49 lastDay: '[ièr a] LT',
50 lastWeek: 'dddd [passat a] LT',
69 dayOfMonthOrdinalParse: /\d{1,2}(r|n|t|è|a)/,
70 ordinal: function (number, period) {
81 if (period === 'w' || period === 'W') {
84 return number + output;
87 dow: 1, // Monday is the first day of the week.