1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

codes.php and init.php updated

This commit is contained in:
Ashish Maharjan 2020-10-02 18:01:44 +05:45
parent 7a310f50d4
commit bb5f8571d1
2 changed files with 2 additions and 0 deletions

View file

@ -29,6 +29,7 @@ return [
'ms', // Malay
'nl', // Dutch
'no', // Norwegian
'np', //Nepali
'ph', // Filipino
'pl', // Polish
'pt-br', // Portuguese - Brazil

View file

@ -250,6 +250,7 @@ Locale::setLanguage('ml', include __DIR__.'/config/locale/translations/ml.php');
Locale::setLanguage('ms', include __DIR__.'/config/locale/translations/ms.php');
Locale::setLanguage('nl', include __DIR__.'/config/locale/translations/nl.php');
Locale::setLanguage('no', include __DIR__.'/config/locale/translations/no.php');
Locale::setLanguage('np', include __DIR__.'/config/locale/translations/np.php');
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');