diff --git a/app/config/locales/pn.php b/app/config/locales/pn.php new file mode 100644 index 0000000000..098d43214f --- /dev/null +++ b/app/config/locales/pn.php @@ -0,0 +1,17 @@ + '"I love Typing&coding in punjabi :)."', // This is the line printed in the homepage and console 'view-source' + 'settings.locale' => 'pn', + 'settings.direction' => 'ltr', + // Service - Users + 'auth.emails.team' => '%s ਟੀਮ(Priyanak)', + 'auth.emails.confirm.title' => 'ਖਾਤਾ ਪੁਸ਼ਟੀਕਰਣ', + 'auth.emails.confirm.body' => 'pn.email.auth.confirm.tpl', + 'auth.emails.recovery.title' => 'ਪਾਸਵਰਡ ਰੀਸੈੱਟ', + 'auth.emails.recovery.body' => 'pn.email.auth.recovery.tpl', + 'auth.emails.invitation.title' => '% S ਟੀਮ% s ਤੇ ਸੱਦਾ', + 'auth.emails.invitation.body' => 'pn.email.auth.invitation.tpl', + 'locale.country.unknown' => 'India', + 'countries' => include 'pn.countries.php', + 'continents' => include 'pn.continents.php', +];