diff options
author | MaZderMind | 2017-12-27 20:04:10 +0100 |
---|---|---|
committer | MaZderMind | 2017-12-27 20:04:10 +0100 |
commit | e9d0f72b2e20efc818351c3ee361eb9ea60f191b (patch) | |
tree | 56075a1c5e055779bb48d580d3e827d0dd37c35d /configs/conferences/34c3/config.php | |
parent | b422d1a3dc02374a34da7ad91415c0a78ea46f9d (diff) |
add 2nd translation-track to hall d
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/34c3/config.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/conferences/34c3/config.php b/configs/conferences/34c3/config.php index 9f7926c..560854a 100644 --- a/configs/conferences/34c3/config.php +++ b/configs/conferences/34c3/config.php @@ -467,6 +467,7 @@ $CONFIG['ROOMS'] = array( 'PREVIEW' => true, 'TRANSLATION' => [ ['endpoint' => 'translated', 'label' => 'Translated'], + ['endpoint' => 'translated-2', 'label' => 'Translated2'] ], 'SD_VIDEO' => true, 'HD_VIDEO' => true, |