Initalize

This commit is contained in:
Your Name
2026-05-03 12:12:57 -04:00
commit 38652eb9b5
10603 changed files with 1762136 additions and 0 deletions

22
node_modules/timeago.js/lib/lang/ko.js generated vendored Normal file
View 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