1 // moment.js locale configuration
2 // locale : malayalam (ml)
3 // author : Floyd Pink : https://github.com/floydpink
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('ml', {
17 months : 'ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ'.split('_'),
18 monthsShort : 'ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.'.split('_'),
19 weekdays : 'ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച'.split('_'),
20 weekdaysShort : 'ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി'.split('_'),
21 weekdaysMin : 'ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ'.split('_'),
24 LTS : 'A h:mm:ss -നു',
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',
39 future : '%s കഴിഞ്ഞ്',
53 meridiem : function (hour, minute, isLower) {
56 } else if (hour < 12) {
58 } else if (hour < 17) {
59 return 'ഉച്ച കഴിഞ്ഞ്';
60 } else if (hour < 20) {