Skip to content

Commit

Permalink
Merge pull request #31 from gautamkrishnar/malayalam-loc
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc authored Sep 13, 2016
2 parents 4cef40b + abbd98b commit 18a2409
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion locales/locales.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
* 1. please sort by dictionary.
* 2. please ensure the accuracy.
*/
module.exports = ['ar', 'az', 'az', 'bg', 'bs', 'ca', 'cs', 'cy', 'da', 'de', 'dv', 'el', 'en', 'es', 'et', 'eu', 'fa', 'fi', 'fr', 'gl', 'he', 'hr', 'hu', 'hy', 'id', 'in_ID', 'is', 'it', 'ja', 'jv', 'ko', 'ky', 'lt', 'lv', 'mk', 'nl', 'no', 'pl', 'pt', 'pt_BR', 'ro', 'rs', 'ru', 'rw', 'si', 'sk', 'sl', 'sr', 'sv', 'th', 'tr', 'uk', 'uz', 'vi', 'zh_CN', 'zh_TW'];
module.exports = ['ar', 'az', 'az', 'bg', 'bs', 'ca', 'cs', 'cy', 'da', 'de', 'dv', 'el', 'en', 'es', 'et', 'eu', 'fa', 'fi', 'fr', 'gl', 'he', 'hr', 'hu', 'hy', 'id', 'in_ID', 'is', 'it', 'ja', 'jv', 'ko', 'ky', 'lt', 'lv', 'mk', 'ml' , 'nl', 'no', 'pl', 'pt', 'pt_BR', 'ro', 'rs', 'ru', 'rw', 'si', 'sk', 'sl', 'sr', 'sv', 'th', 'tr', 'uk', 'uz', 'vi', 'zh_CN', 'zh_TW'];
18 changes: 18 additions & 0 deletions locales/ml.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
module.exports = 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];
}

0 comments on commit 18a2409

Please sign in to comment.