1 //! moment.js locale configuration
2 //! locale : Central Atlas Tamazight Latin [tzm-latn]
3 //! author : Abdel Said : https://github.com/abdelsaid
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 tzmLatn = moment.defineLocale('tzm-latn', {
15 months: 'innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir'.split(
18 monthsShort: 'innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir'.split(
21 weekdays: 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),
22 weekdaysShort: 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),
23 weekdaysMin: 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),
29 LLL: 'D MMMM YYYY HH:mm',
30 LLLL: 'dddd D MMMM YYYY HH:mm',
33 sameDay: '[asdkh g] LT',
34 nextDay: '[aska g] LT',
35 nextWeek: 'dddd [g] LT',
36 lastDay: '[assant g] LT',
37 lastWeek: 'dddd [g] LT',
41 future: 'dadkh s yan %s',
57 dow: 6, // Saturday is the first day of the week.
58 doy: 12, // The week that contains Jan 12th is the first week of the year.