Initalize
This commit is contained in:
22
node_modules/timeago.js/lib/lang/ml.js
generated
vendored
Normal file
22
node_modules/timeago.js/lib/lang/ml.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=ml.js.map
|
||||
Reference in New Issue
Block a user