Added Malayalam support

This commit is contained in:
Abinodh Thomas 2017-10-10 23:15:13 -07:00 committed by Arandi López
parent c33bb647dc
commit 040658a69c
2 changed files with 15 additions and 0 deletions

10
src/dict/ml.php Normal file
View File

@ -0,0 +1,10 @@
<?php
return [
'കോൽകെയറി',
'പട്ടി',
'തെണ്ടി',
'ചെറ്റ',
'കോപ്പ്',
'മലര്'
];

View File

@ -0,0 +1,5 @@
<?php
return [
'profane' => 'ഈ :attribute നകത്തു മ്ലേച്ഛമായ ഭാഷ ഉണ്ട്'
];