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

20
node_modules/timeago.js/esm/lang/hi_IN.js generated vendored Normal file
View File

@@ -0,0 +1,20 @@
// Hindi (India)
export default function (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];
}
//# sourceMappingURL=hi_IN.js.map