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/tr.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 [
['az önce', 'şimdi'],
['%s saniye önce', '%s saniye içinde'],
['1 dakika önce', '1 dakika içinde'],
['%s dakika önce', '%s dakika içinde'],
['1 saat önce', '1 saat içinde'],
['%s saat önce', '%s saat içinde'],
['1 gün önce', '1 gün içinde'],
['%s gün önce', '%s gün içinde'],
['1 hafta önce', '1 hafta içinde'],
['%s hafta önce', '%s hafta içinde'],
['1 ay önce', '1 ay içinde'],
['%s ay önce', '%s ay içinde'],
['1 yıl önce', '1 yıl içinde'],
['%s yıl önce', '%s yıl içinde'],
][index];
}
exports.default = default_1;
//# sourceMappingURL=tr.js.map