1
0
Fork 0
mirror of synced 2024-05-20 20:52:36 +12:00

Enable ph locale

This commit is contained in:
eldadfux 2019-10-27 21:00:23 +02:00
parent 806115f5f9
commit d5f546fd38
3 changed files with 3 additions and 1 deletions

View file

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

View file

@ -10,7 +10,7 @@ return [
'auth.emails.confirm.title' => 'Pagkumpirma ng Account',
'auth.emails.confirm.body' => 'ph.email.auth.confirm.tpl',
'auth.emails.recovery.title' => 'Pagreset ng Password',
'auth.emails.recovery.body' => 'en.email.auth.recovery.tpl',
'auth.emails.recovery.body' => 'ph.email.auth.recovery.tpl',
'auth.emails.invitation.title' => 'Paanyaya sa Pangkat ng %s sa %s',
'auth.emails.invitation.body' => 'ph.email.auth.invitation.tpl',

View file

@ -155,6 +155,7 @@ Locale::setLanguage('ml', include __DIR__.'/config/locales/ml.php');
Locale::setLanguage('ms', include __DIR__.'/config/locales/ms.php');
Locale::setLanguage('nl', include __DIR__.'/config/locales/nl.php');
Locale::setLanguage('no', include __DIR__.'/config/locales/no.php');
Locale::setLanguage('ph', include __DIR__.'/config/locales/ph.php');
Locale::setLanguage('pl', include __DIR__.'/config/locales/pl.php');
Locale::setLanguage('pt-br', include __DIR__.'/config/locales/pt-br.php');
Locale::setLanguage('pt-pt', include __DIR__.'/config/locales/pt-pt.php');