From 0c09c3e792eaaf660267be5e581e8660835542d2 Mon Sep 17 00:00:00 2001 From: Sagar V Date: Sun, 20 Oct 2019 23:00:43 +0530 Subject: [PATCH] Added ml.php --- app/config/locale/ml.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/config/locale/ml.php 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', +];