diff --git a/app/config/locale/ml.php b/app/config/locale/ml.php new file mode 100644 index 0000000000..78819283d8 --- /dev/null +++ b/app/config/locale/ml.php @@ -0,0 +1,17 @@ + '"എന്താണ് അവഗണിക്കേണ്ടതെന്ന് അറിയാനുള്ള കലയാണ് ബുദ്ധിമാനായിരിക്കുക എന്നത്."', // This is the line printed in the homepage and console 'view-source' + 'settings.locale' => 'ml', + 'settings.direction' => 'ltr', + // Service - Users + 'auth.emails.team' => '%s ടീം', + 'auth.emails.confirm.title' => 'അക്കൗണ്ട് കൺഫർമേഷൻ', + 'auth.emails.confirm.body' => 'ml.email.auth.confirm.tpl', + 'auth.emails.recovery.title' => 'പാസ്‌വേഡ് റീസെറ്റ്', + 'auth.emails.recovery.body' => 'ml.email.auth.recovery.tpl', + 'auth.emails.invitation.title' => 'ഇൻവിറ്റേഷൻ- %s ടീം, %s പ്രോജക്ട്', + 'auth.emails.invitation.body' => 'ml.email.auth.invitation.tpl', + 'locale.country.unknown' => 'Unknown', + 'countries' => include 'ml.countries.php', + 'continents' => include 'ml.continents.php', +];