mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-19 01:34:26 +00:00
Set default locale back to en_NZ since I have finished some testing that
accidentally committed this as es_MX.
This commit is contained in:
parent
3a5cb76191
commit
0d3d1629e3
@ -18,7 +18,8 @@ $c->images = "/images";
|
||||
$c->save_time_zone_defs = 1;
|
||||
$c->stylesheets = array( "/rscds.css" );
|
||||
$c->collections_always_exist = true;
|
||||
$c->default_locale = array('es_MX', 'es_MX.UTF-8', 'es');
|
||||
// $c->default_locale = array('es_MX', 'es_MX.UTF-8', 'es');
|
||||
$c->default_locale = "en_NZ";
|
||||
$c->base_directory = preg_replace("#/[^/]*$#", "", $_SERVER['DOCUMENT_ROOT']);
|
||||
|
||||
// Kind of private configuration values
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user