diff options
Diffstat (limited to 'resources/lib/moment/locale/ne.js')
-rw-r--r-- | resources/lib/moment/locale/ne.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/lib/moment/locale/ne.js b/resources/lib/moment/locale/ne.js index 51629ebd..ceb28341 100644 --- a/resources/lib/moment/locale/ne.js +++ b/resources/lib/moment/locale/ne.js @@ -8,7 +8,7 @@ } else if (typeof exports === 'object') { module.exports = factory(require('../moment')); // Node } else { - factory(window.moment); // Browser global + factory((typeof global !== 'undefined' ? global : this).moment); // node or other global } }(function (moment) { var symbolMap = { @@ -44,6 +44,7 @@ weekdaysMin : 'आइ._सो._मङ्_बु._बि._शु._श.'.split('_'), longDateFormat : { LT : 'Aको h:mm बजे', + LTS : 'Aको h:mm:ss बजे', L : 'DD/MM/YYYY', LL : 'D MMMM YYYY', LLL : 'D MMMM YYYY, LT', |