Enable languages en_EN and pt_BR in application config

This commit is contained in:
coderkun 2016-10-31 22:00:58 +01:00
parent 6c8abc3033
commit 9e5f595d5a

View file

@ -38,7 +38,9 @@
'mailcontact' => '',
'registration_host' => '',
'languages' => array(
'de' => 'de_DE.utf8'
'de' => 'de_DE.utf8',
'en' => 'en_EN.utf8',
'pt' => 'pt_BR.utf8'
)
);