1 // moment.js locale configuration
3 // author : Kruy Vanna : https://github.com/kruyvanna
6 // Comment out broken wrapper, see T145382
7 /*if (typeof define === 'function' && define.amd) {
8 define(['moment'], factory); // AMD
9 } else if (typeof exports === 'object') {
10 module.exports = factory(require('../moment')); // Node
12 factory((typeof global !== 'undefined' ? global : this).moment); // node or other global
16 return moment.defineLocale('km', {
17 months: 'មករា_កុម្ភៈ_មិនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ'.split('_'),
18 monthsShort: 'មករា_កុម្ភៈ_មិនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ'.split('_'),
19 weekdays: 'អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍'.split('_'),
20 weekdaysShort: 'អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍'.split('_'),
21 weekdaysMin: 'អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍'.split('_'),
27 LLL: 'D MMMM YYYY LT',
28 LLLL: 'dddd, D MMMM YYYY LT'
31 sameDay: '[ថ្ងៃនៈ ម៉ោង] LT',
32 nextDay: '[ស្អែក ម៉ោង] LT',
33 nextWeek: 'dddd [ម៉ោង] LT',
34 lastDay: '[ម្សិលមិញ ម៉ោង] LT',
35 lastWeek: 'dddd [សប្តាហ៍មុន] [ម៉ោង] LT',
54 dow: 1, // Monday is the first day of the week.
55 doy: 4 // The week that contains Jan 4th is the first week of the year.