mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/JiboViteDocs.git
synced 2026-06-16 18:16:15 +00:00
Initalize
This commit is contained in:
22
node_modules/timeago.js/lib/lang/ko.js
generated
vendored
Normal file
22
node_modules/timeago.js/lib/lang/ko.js
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
function default_1(number, index) {
|
||||
return [
|
||||
['방금', '곧'],
|
||||
['%s초 전', '%s초 후'],
|
||||
['1분 전', '1분 후'],
|
||||
['%s분 전', '%s분 후'],
|
||||
['1시간 전', '1시간 후'],
|
||||
['%s시간 전', '%s시간 후'],
|
||||
['1일 전', '1일 후'],
|
||||
['%s일 전', '%s일 후'],
|
||||
['1주일 전', '1주일 후'],
|
||||
['%s주일 전', '%s주일 후'],
|
||||
['1개월 전', '1개월 후'],
|
||||
['%s개월 전', '%s개월 후'],
|
||||
['1년 전', '1년 후'],
|
||||
['%s년 전', '%s년 후'],
|
||||
][index];
|
||||
}
|
||||
exports.default = default_1;
|
||||
//# sourceMappingURL=ko.js.map
|
||||
Reference in New Issue
Block a user