1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

loaded and configured punjabi lang

This commit is contained in:
Naman Shankhydhar 2020-10-02 21:49:39 +05:30
parent e30ec3b0fb
commit c108a147d3
2 changed files with 2 additions and 0 deletions

View file

@ -33,6 +33,7 @@ return [
'pl', // Polish
'pt-br', // Portuguese - Brazil
'pt-pt', // Portuguese - Portugal
'pu', //Punjabi
'ro', // Romanian
'ru', // Russian
'si', // Sinhala

View file

@ -254,6 +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('pt-pt', include __DIR__.'/config/locale/translations/pu.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');