mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 09:27:03 +03:00
Interface optimizations
moment js update
This commit is contained in:
parent
be8c186f87
commit
f36cb72b82
104 changed files with 5869 additions and 1180 deletions
6
vendors/moment/lang/cs.js
vendored
6
vendors/moment/lang/cs.js
vendored
|
|
@ -22,7 +22,7 @@
|
|||
var result = number + " ";
|
||||
switch (key) {
|
||||
case 's': // a few seconds / in a few seconds / a few seconds ago
|
||||
return (withoutSuffix || isFuture) ? 'pár vteřin' : 'pár vteřinami';
|
||||
return (withoutSuffix || isFuture) ? 'pár sekund' : 'pár sekundami';
|
||||
case 'm': // a minute / in a minute / a minute ago
|
||||
return withoutSuffix ? 'minuta' : (isFuture ? 'minutu' : 'minutou');
|
||||
case 'mm': // 9 minutes / in 9 minutes / 9 minutes ago
|
||||
|
|
@ -86,8 +86,8 @@
|
|||
weekdaysShort : "ne_po_út_st_čt_pá_so".split("_"),
|
||||
weekdaysMin : "ne_po_út_st_čt_pá_so".split("_"),
|
||||
longDateFormat : {
|
||||
LT: "H:mm",
|
||||
L : "DD.MM.YYYY",
|
||||
LT: "H.mm",
|
||||
L : "DD. MM. YYYY",
|
||||
LL : "D. MMMM YYYY",
|
||||
LLL : "D. MMMM YYYY LT",
|
||||
LLLL : "dddd D. MMMM YYYY LT"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue