diff options
author | dedeibel | 2017-12-11 09:21:34 +0100 |
---|---|---|
committer | dedeibel | 2017-12-11 09:21:34 +0100 |
commit | 0036e54d08b1c898eb0b2ad8c1c999a8d5ca6cd3 (patch) | |
tree | d8edf2e63f9b8b15756999d6cfb67f3bd99afecf /configs/conferences/nixcon15/config.php | |
parent | 1dec8c28a05683477541b0887e6241fd8dafe8a0 (diff) |
Default second translation endpoint changed to translated-2 in the documentation, fixed comment error in nixcon config
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/nixcon15/config.php | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/configs/conferences/nixcon15/config.php b/configs/conferences/nixcon15/config.php index d5ad008..69545f6 100644 --- a/configs/conferences/nixcon15/config.php +++ b/configs/conferences/nixcon15/config.php @@ -171,19 +171,18 @@ $CONFIG['ROOMS'] = array( * wie folgt konfiguriert werden: * * 'TRANSLATION' => [ - * ['endpoint' => 'translated', 'label' => 'Translated1'], - * ['endpoint' => 'translated2', 'label' => 'Translated2'] + * ['endpoint' => 'translated', 'label' => 'Translated1'], + * ['endpoint' => 'translated-2', 'label' => 'Translated2'] * ], * - * Ein einfaches true entsprich dabei folgendem: + * Ein einfaches true entspricht dabei folgendem: * * 'TRANSLATION' => [ * ['endpoint' => 'translated', 'label' => 'Translated'] * ], * - * Sollte die Sprache während der Veranstaltung Konstant sein, kann eine - * Sprache fest konfiguriert werden z.B. 'label' => 'English'. - */ + * Sollte die Sprache während der Veranstaltung Konstant sein, kann ein + * Label auch spezifisch konfiguriert werden z.B. 'label' => 'English'. */ 'TRANSLATION' => false, |