add support for multiple languages
This commit is contained in:
parent
db3bee1aab
commit
3fdb23374c
4 changed files with 126 additions and 35 deletions
|
|
@ -36,7 +36,10 @@
|
|||
'timeZone' => 'Europe/Berlin',
|
||||
'mailsender' => '',
|
||||
'mailcontact' => '',
|
||||
'registration_host' => ''
|
||||
'registration_host' => '',
|
||||
'languages' => array(
|
||||
'de' => 'de_DE.utf8'
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
|
|
@ -53,9 +56,7 @@
|
|||
'toplevel-htmlmail' => 'htmlmail',
|
||||
'intermediate' => 'introduction',
|
||||
'intermediate-error' => 'error',
|
||||
'intermediate-mail' => 'mail',
|
||||
'language' => 'de_DE.utf8',
|
||||
'locale' => 'de-DE'
|
||||
'intermediate-mail' => 'mail'
|
||||
);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue