mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
fix
This commit is contained in:
parent
95cc0f9917
commit
ca4ebdc7e1
2 changed files with 3 additions and 1 deletions
|
@ -34,6 +34,8 @@ return array(
|
|||
'tablePrefix' => 'lime_',
|
||||
),
|
||||
|
||||
'emcache' => array('class' => 'CFileCache'),
|
||||
|
||||
// Uncomment the following lines if you need table-based sessions.
|
||||
// Note: Table-based sessions are currently not supported on MSSQL server.
|
||||
// 'session' => array (
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
"en": "Choose the default language of this LimeSurvey",
|
||||
"fr": "Choisissez la langue par défault de LimeSurvey"
|
||||
},
|
||||
"choices": ["en", "fr","es", "de"],
|
||||
"choices": ["de", "en", "es", "fr", "it"],
|
||||
"default": "en"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue