summaryrefslogtreecommitdiffstats
path: root/js/vendor/momentjs/locale/cs.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/cs.js
parent7c34fee7ebc09ffaaf14019ae195b1b42e138e3f (diff)
version bump
Diffstat (limited to 'js/vendor/momentjs/locale/cs.js')
-rw-r--r--js/vendor/momentjs/locale/cs.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/js/vendor/momentjs/locale/cs.js b/js/vendor/momentjs/locale/cs.js
index 87dec552e..b61658dcd 100644
--- a/js/vendor/momentjs/locale/cs.js
+++ b/js/vendor/momentjs/locale/cs.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 months = 'leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec'.split('_'),
@@ -87,7 +87,8 @@
weekdaysMin : 'ne_po_út_st_čt_pá_so'.split('_'),
longDateFormat : {
LT: 'H:mm',
- L : 'DD. MM. YYYY',
+ LTS : 'LT:ss',
+ L : 'DD.MM.YYYY',
LL : 'D. MMMM YYYY',
LLL : 'D. MMMM YYYY LT',
LLLL : 'dddd D. MMMM YYYY LT'
@@ -146,6 +147,7 @@
y : translate,
yy : translate
},
+ ordinalParse : /\d{1,2}\./,
ordinal : '%d.',
week : {
dow : 1, // Monday is the first day of the week.