diff --git a/app/config/locale/ta.php b/app/config/locale/ta.php new file mode 100644 index 0000000000..ed2f736298 --- /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', +];