From 6f8da0b655cd89f29b4b3136644eea4907d7f8ac Mon Sep 17 00:00:00 2001 From: Priyanka788 <51821861+Priyanka788@users.noreply.github.com> Date: Sat, 26 Oct 2019 18:44:59 +0530 Subject: [PATCH] Create pn.php --- app/config/locales/pn.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/config/locales/pn.php 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', +];