Added a config param to force a specific language
This commit is contained in:
parent
9f683f61e2
commit
10297299d4
2 changed files with 12 additions and 3 deletions
|
@ -275,4 +275,10 @@
|
|||
$config['cops_basic_authentication'] = NULL;
|
||||
|
||||
/* Which template is used */
|
||||
$config['cops_template']= 'default';
|
||||
$config['cops_template'] = 'default';
|
||||
|
||||
/*
|
||||
* Set language code to force a language (see lang/ directory for available languages).
|
||||
* When empty it will auto detect the language.
|
||||
*/
|
||||
$config['cops_language'] = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue