mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/JiboViteDocs.git
synced 2026-06-17 04:16:21 +00:00
Initalize
This commit is contained in:
23
node_modules/timeago.js/lib/lang/hi_IN.js
generated
vendored
Normal file
23
node_modules/timeago.js/lib/lang/hi_IN.js
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
// Hindi (India)
|
||||
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=hi_IN.js.map
|
||||
Reference in New Issue
Block a user