aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/nixcon15
diff options
context:
space:
mode:
authordedeibel2017-12-11 09:21:34 +0100
committerdedeibel2017-12-11 09:21:34 +0100
commit0036e54d08b1c898eb0b2ad8c1c999a8d5ca6cd3 (patch)
treed8edf2e63f9b8b15756999d6cfb67f3bd99afecf /configs/conferences/nixcon15
parent1dec8c28a05683477541b0887e6241fd8dafe8a0 (diff)
Default second translation endpoint changed to translated-2 in the documentation, fixed comment error in nixcon config
Diffstat (limited to 'configs/conferences/nixcon15')
-rw-r--r--configs/conferences/nixcon15/config.php11
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,