diff options
Diffstat (limited to 'resources/lib/moment/locale/hi.js')
-rw-r--r-- | resources/lib/moment/locale/hi.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/lib/moment/locale/hi.js b/resources/lib/moment/locale/hi.js index 4e64560a..73deba5b 100644 --- a/resources/lib/moment/locale/hi.js +++ b/resources/lib/moment/locale/hi.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', |