mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 01:17:04 +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
13
vendors/moment/lang/ko.js
vendored
13
vendors/moment/lang/ko.js
vendored
|
|
@ -1,7 +1,10 @@
|
|||
// moment.js language configuration
|
||||
// language : korean (ko)
|
||||
// author : Kyungwook, Park : https://github.com/kyungw00k
|
||||
|
||||
//
|
||||
// authors
|
||||
//
|
||||
// - Kyungwook, Park : https://github.com/kyungw00k
|
||||
// - Jeeeyul Lee <jeeeyul@gmail.com>
|
||||
(function (factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
define(['moment'], factory); // AMD
|
||||
|
|
@ -51,6 +54,10 @@
|
|||
y : "일년",
|
||||
yy : "%d년"
|
||||
},
|
||||
ordinal : '%d일'
|
||||
ordinal : '%d일',
|
||||
meridiemParse : /(오전|오후)/,
|
||||
isPM : function (token) {
|
||||
return token === "오후";
|
||||
}
|
||||
});
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue