1 //! moment.js locale configuration
2 //! locale : Cambodian [km]
3 //! author : Kruy Vanna : https://github.com/kruyvanna
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 km
= moment
.defineLocale('km', {
14 months
: 'មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ'.split('_'),
15 monthsShort
: 'មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ'.split('_'),
16 weekdays
: 'អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍'.split('_'),
17 weekdaysShort
: 'អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍'.split('_'),
18 weekdaysMin
: 'អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍'.split('_'),
24 LLL
: 'D MMMM YYYY HH:mm',
25 LLLL
: 'dddd, D MMMM YYYY HH:mm'
28 sameDay
: '[ថ្ងៃនេះ ម៉ោង] LT',
29 nextDay
: '[ស្អែក ម៉ោង] LT',
30 nextWeek
: 'dddd [ម៉ោង] LT',
31 lastDay
: '[ម្សិលមិញ ម៉ោង] LT',
32 lastWeek
: 'dddd [សប្តាហ៍មុន] [ម៉ោង] LT',
51 dow
: 1, // Monday is the first day of the week.
52 doy
: 4 // The week that contains Jan 4th is the first week of the year.