1 //! moment.js locale configuration
2 //! locale : Tetun Dili (East Timor) [tet]
3 //! author : Joshua Brooks : https://github.com/joshbrooks
4 //! author : Onorio De J. Afonso : https://github.com/marobo
5 //! author : Sonia Simoes : https://github.com/soniasimoes
7 ;(function (global, factory) {
8 typeof exports === 'object' && typeof module !== 'undefined'
9 && typeof require === 'function' ? factory(require('../moment')) :
10 typeof define === 'function' && define.amd ? define(['../moment'], factory) :
11 factory(global.moment)
12 }(this, (function (moment) { 'use strict';
14 //! moment.js locale configuration
16 var tet = moment.defineLocale('tet', {
17 months: 'Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru'.split(
20 monthsShort: 'Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez'.split('_'),
21 weekdays: 'Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu'.split('_'),
22 weekdaysShort: 'Dom_Seg_Ters_Kua_Kint_Sest_Sab'.split('_'),
23 weekdaysMin: 'Do_Seg_Te_Ku_Ki_Ses_Sa'.split('_'),
29 LLL: 'D MMMM YYYY HH:mm',
30 LLLL: 'dddd, D MMMM YYYY HH:mm',
33 sameDay: '[Ohin iha] LT',
34 nextDay: '[Aban iha] LT',
35 nextWeek: 'dddd [iha] LT',
36 lastDay: '[Horiseik iha] LT',
37 lastWeek: 'dddd [semana kotuk] [iha] LT',
56 dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/,
57 ordinal: function (number) {
60 ~~((number % 100) / 10) === 1
69 return number + output;
72 dow: 1, // Monday is the first day of the week.
73 doy: 4, // The week that contains Jan 4th is the first week of the year.