add localization and move timezone selection to the right place
This commit is contained in:
parent
df074f5a01
commit
da7cda02f9
15 changed files with 141 additions and 13 deletions
|
|
@ -30,6 +30,7 @@
|
|||
* @var array
|
||||
*/
|
||||
public static $app = array(
|
||||
'name' => 'The Legend of Z',
|
||||
'namespace' => 'hhu\\z\\',
|
||||
'timeZone' => 'Europe/Berlin'
|
||||
);
|
||||
|
|
@ -45,7 +46,19 @@
|
|||
'toplevel' => 'html',
|
||||
'toplevel-error' => 'fault',
|
||||
'intermediate' => 'introduction',
|
||||
'intermediate-error' => 'error'
|
||||
'intermediate-error' => 'error',
|
||||
'language' => 'de_DE.utf8'
|
||||
);
|
||||
|
||||
|
||||
/**
|
||||
* Directories
|
||||
*
|
||||
* @static
|
||||
* @var array
|
||||
*/
|
||||
public static $dirs = array(
|
||||
'locale' => 'locale'
|
||||
);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue