From 18729edf7491569f60bb1f596cee99f1be9f029c Mon Sep 17 00:00:00 2001 From: Naman Shankhydhar Date: Sun, 4 Oct 2020 11:33:20 +0530 Subject: [PATCH] changed denotion of Punjabi from pu to pa --- app/config/locale/codes.php | 2 +- .../{pu.continents.php => pa.continents.php} | 0 .../{pu.countries.php => pa.countries.php} | 0 app/config/locale/translations/{pu.php => pa.php} | 12 ++++++------ app/init.php | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) rename app/config/locale/translations/{pu.continents.php => pa.continents.php} (100%) rename app/config/locale/translations/{pu.countries.php => pa.countries.php} (100%) rename app/config/locale/translations/{pu.php => pa.php} (69%) diff --git a/app/config/locale/codes.php b/app/config/locale/codes.php index 71bedb051..9d39eb304 100644 --- a/app/config/locale/codes.php +++ b/app/config/locale/codes.php @@ -33,7 +33,7 @@ return [ 'pl', // Polish 'pt-br', // Portuguese - Brazil 'pt-pt', // Portuguese - Portugal - 'pu', //Punjabi + 'pa', //Punjabi 'ro', // Romanian 'ru', // Russian 'si', // Sinhala diff --git a/app/config/locale/translations/pu.continents.php b/app/config/locale/translations/pa.continents.php similarity index 100% rename from app/config/locale/translations/pu.continents.php rename to app/config/locale/translations/pa.continents.php diff --git a/app/config/locale/translations/pu.countries.php b/app/config/locale/translations/pa.countries.php similarity index 100% rename from app/config/locale/translations/pu.countries.php rename to app/config/locale/translations/pa.countries.php diff --git a/app/config/locale/translations/pu.php b/app/config/locale/translations/pa.php similarity index 69% rename from app/config/locale/translations/pu.php rename to app/config/locale/translations/pa.php index 640b20fce..6f1ffeeee 100644 --- a/app/config/locale/translations/pu.php +++ b/app/config/locale/translations/pa.php @@ -2,20 +2,20 @@ return [ 'settings.inspire' => '"ਬੁੱਧੀਮਾਨ ਬਣਨ ਦੀ ਕਲਾ ਇਹ ਜਾਣਨ ਦੀ ਕਲਾ ਹੈ ਕਿ ਕਿਸ ਨੂੰ ਨਜ਼ਰਅੰਦਾਜ਼ ਕਰਨਾ ਹੈ."', // This is the line printed in the homepage and console 'view-source' - 'settings.locale' => 'pu', + 'settings.locale' => 'pa', 'settings.direction' => 'ltr', // Service - Users 'account.emails.team' => '%s ਟੀਮ', 'account.emails.verification.title' => 'ਖਾਤਾ ਪੁਸ਼ਟੀਕਰਣ', - 'account.emails.verification.body' => 'pu.email.auth.confirm.tpl', + 'account.emails.verification.body' => 'pa.email.auth.confirm.tpl', 'account.emails.recovery.title' => 'ਪਾਸਵਰਡ ਰੀਸੈੱਟ', - 'account.emails.recovery.body' => 'pu.email.auth.recovery.tpl', + 'account.emails.recovery.body' => 'pa.email.auth.recovery.tpl', 'account.emails.invitation.title' => 'ਸੱਦਾ %s ਟੀਮ %s', - 'account.emails.invitation.body' => 'pu.email.auth.invitation.tpl', + 'account.emails.invitation.body' => 'pa.email.auth.invitation.tpl', 'locale.country.unknown' => 'ਅਣਜਾਣ', - 'countries' => include 'pu.countries.php', - 'continents' => include 'pu.continents.php', + 'countries' => include 'pa.countries.php', + 'continents' => include 'pa.continents.php', ]; diff --git a/app/init.php b/app/init.php index 919618cfe..4234e0cee 100644 --- a/app/init.php +++ b/app/init.php @@ -254,7 +254,7 @@ Locale::setLanguage('ph', include __DIR__.'/config/locale/translations/ph.php'); Locale::setLanguage('pl', include __DIR__.'/config/locale/translations/pl.php'); Locale::setLanguage('pt-br', include __DIR__.'/config/locale/translations/pt-br.php'); Locale::setLanguage('pt-pt', include __DIR__.'/config/locale/translations/pt-pt.php'); -Locale::setLanguage('pu', include __DIR__.'/config/locale/translations/pu.php'); +Locale::setLanguage('pa', include __DIR__.'/config/locale/translations/pa.php'); Locale::setLanguage('ro', include __DIR__.'/config/locale/translations/ro.php'); Locale::setLanguage('ru', include __DIR__ . '/config/locale/translations/ru.php'); Locale::setLanguage('si', include __DIR__ . '/config/locale/translations/si.php');