summaryrefslogtreecommitdiffstats
path: root/js/vendor/momentjs/locale/hy-am.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-27 16:19:56 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-27 16:19:56 +0100
commit01fe3a627ea76c10ec759fb070ea47a0851a0636 (patch)
tree5f9c0b94742e070f20ab111766d3218bd6c7510f /js/vendor/momentjs/locale/hy-am.js
parent7c34fee7ebc09ffaaf14019ae195b1b42e138e3f (diff)
version bump
Diffstat (limited to 'js/vendor/momentjs/locale/hy-am.js')
-rw-r--r--js/vendor/momentjs/locale/hy-am.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/js/vendor/momentjs/locale/hy-am.js b/js/vendor/momentjs/locale/hy-am.js
index affcd7e87..053a845e0 100644
--- a/js/vendor/momentjs/locale/hy-am.js
+++ b/js/vendor/momentjs/locale/hy-am.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) {
function monthsCaseReplace(m, format) {
@@ -44,6 +44,7 @@
weekdaysMin : 'կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ'.split('_'),
longDateFormat : {
LT : 'HH:mm',
+ LTS : 'LT:ss',
L : 'DD.MM.YYYY',
LL : 'D MMMM YYYY թ.',
LLL : 'D MMMM YYYY թ., LT',
@@ -89,6 +90,7 @@
}
},
+ ordinalParse: /\d{1,2}|\d{1,2}-(ին|րդ)/,
ordinal: function (number, period) {
switch (period) {
case 'DDD':