Added Malayalam support
This commit is contained in:
parent
c33bb647dc
commit
040658a69c
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'കോൽകെയറി',
|
||||
'പട്ടി',
|
||||
'തെണ്ടി',
|
||||
'ചെറ്റ',
|
||||
'കോപ്പ്',
|
||||
'മലര്'
|
||||
];
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'profane' => 'ഈ :attribute നകത്തു മ്ലേച്ഛമായ ഭാഷ ഉണ്ട്'
|
||||
];
|
||||
Loading…
Reference in New Issue