1 //! moment.js locale configuration
2 //! locale : Bambara [bm]
3 //! author : Estelle Comment : https://github.com/estellecomment
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 bm = moment.defineLocale('bm', {
15 months: 'Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo'.split(
18 monthsShort: 'Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des'.split('_'),
19 weekdays: 'Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri'.split('_'),
20 weekdaysShort: 'Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib'.split('_'),
21 weekdaysMin: 'Ka_Nt_Ta_Ar_Al_Ju_Si'.split('_'),
26 LL: 'MMMM [tile] D [san] YYYY',
27 LLL: 'MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm',
28 LLLL: 'dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm',
31 sameDay: '[Bi lɛrɛ] LT',
32 nextDay: '[Sini lɛrɛ] LT',
33 nextWeek: 'dddd [don lɛrɛ] LT',
34 lastDay: '[Kunu lɛrɛ] LT',
35 lastWeek: 'dddd [tɛmɛnen lɛrɛ] LT',
55 dow: 1, // Monday is the first day of the week.
56 doy: 4, // The week that contains Jan 4th is the first week of the year.