diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-03-22 15:10:21 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-03-22 15:10:21 +0000 |
| commit | 49c322bd395695c9b36ecd38b83043ec66ed8ba9 (patch) | |
| tree | f16f03b932bab38bc7fb88fbe5fc5c0a7c3787b9 /docker | |
| parent | 9157f7c55d75c7e55aac425948abc132981ecfd7 (diff) | |
allow i18n fields in SORM to be configured as a list, fixes #2366
Closes #2366
Merge request studip/studip!1554
Diffstat (limited to 'docker')
| -rw-r--r-- | docker/studip/config_local.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docker/studip/config_local.php b/docker/studip/config_local.php index 4e77ed8..010ff66 100644 --- a/docker/studip/config_local.php +++ b/docker/studip/config_local.php @@ -44,4 +44,6 @@ namespace { $ASSETS_URL = $ABSOLUTE_URI_STUDIP.'/assets/'; } $MAIL_TRANSPORT = getenv('STUDIP_MAIL_TRANSPORT'); -}
\ No newline at end of file + + $CONTENT_LANGUAGES['en_GB'] = ['picture' => 'lang_en.gif', 'name' => 'English']; +} |
