1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/limesurvey_ynh.git synced 2024-09-03 19:36:32 +02:00
This commit is contained in:
ericgaspar 2021-07-12 14:18:13 +02:00
parent 95cc0f9917
commit ca4ebdc7e1
2 changed files with 3 additions and 1 deletions

View file

@ -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 (

View file

@ -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"
},
{