SECURITY: resources: Patch jQuery 3.3.1 for CVE-2019-11358
[lhc/web/wiklou.git] / resources / lib / moment / locale / ml.js
index 487b37a..806db47 100644 (file)
@@ -1,13 +1,11 @@
 //! moment.js locale configuration
-//! locale : Malayalam [ml]
-//! author : Floyd Pink : https://github.com/floydpink
 
 ;(function (global, factory) {
    typeof exports === 'object' && typeof module !== 'undefined'
        && typeof require === 'function' ? factory(require('../moment')) :
    typeof define === 'function' && define.amd ? define(['../moment'], factory) :
    factory(global.moment)
-}(this, function (moment) { 'use strict';
+}(this, (function (moment) { 'use strict';
 
 
     var ml = moment.defineLocale('ml', {
@@ -37,6 +35,7 @@
             future : '%s കഴിഞ്ഞ്',
             past : '%s മുൻപ്',
             s : 'അൽപ നിമിഷങ്ങൾ',
+            ss : '%d സെക്കൻഡ്',
             m : 'ഒരു മിനിറ്റ്',
             mm : '%d മിനിറ്റ്',
             h : 'ഒരു മണിക്കൂർ',
@@ -78,4 +77,4 @@
 
     return ml;
 
-}));
\ No newline at end of file
+})));