From 409246442dc7b45dd9e21aa99b0299e77294a235 Mon Sep 17 00:00:00 2001 From: Sibi Bose <30630364+the-bose@users.noreply.github.com> Date: Tue, 1 Oct 2019 22:42:49 +0530 Subject: [PATCH] Create ta.php --- app/config/locale/ta.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 app/config/locale/ta.php diff --git a/app/config/locale/ta.php b/app/config/locale/ta.php new file mode 100644 index 000000000..ed2f73629 --- /dev/null +++ b/app/config/locale/ta.php @@ -0,0 +1,21 @@ + '"புத்திசாலித்தனம் என்னும் கலை என்பது எதனை புறக்கணிப்பது என்னும் கலையாகும்.."', // This is the line printed in the homepage and console 'view-source' + 'settings.locale' => 'ta', + 'settings.direction' => 'ltr', + + // Service - Users + 'auth.emails.team' => '%s குழு', + 'auth.emails.confirm.title' => 'கணக்கினை உறுதி செய்தல்', + 'auth.emails.confirm.body' => 'ta.email.auth.confirm.tpl', + 'auth.emails.recovery.title' => 'கடவுச்சொல் மீட்டமைப்பு', + 'auth.emails.recovery.body' => 'ta.email.auth.recovery.tpl', + 'auth.emails.invitation.title' => '%s குழுவின் அழைப்பு: %s', + 'auth.emails.invitation.body' => 'ta.email.auth.invitation.tpl', + + 'locale.country.unknown' => 'அறியவில்லை', + + 'countries' => include 'ta.countries.php', + 'continents' => include 'ta.continents.php', +];