Enable languages en_EN and pt_BR in application config
This commit is contained in:
parent
6c8abc3033
commit
9e5f595d5a
1 changed files with 3 additions and 1 deletions
|
@ -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'
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue