From be515f5150f20c773371f680efad58f2d0fcaaf0 Mon Sep 17 00:00:00 2001
From: Benjamin Peter
Date: Sat, 9 Dec 2017 23:44:47 +0100
Subject: Added multple translation tracks with configurable endpoints and
labels
---
template/assemblies/switcher/audio.phtml | 20 ++++++++++++--------
template/assemblies/switcher/slides.phtml | 12 +++++++-----
template/assemblies/switcher/video.phtml | 28 ++++++++++++++++------------
3 files changed, 35 insertions(+), 25 deletions(-)
(limited to 'template')
diff --git a/template/assemblies/switcher/audio.phtml b/template/assemblies/switcher/audio.phtml
index 182572e..eab77fb 100644
--- a/template/assemblies/switcher/audio.phtml
+++ b/template/assemblies/switcher/audio.phtml
@@ -10,12 +10,14 @@
- native
+ Native
-
+ foreach($room->getTranslations() as $translation): ?>
+
- translated
+ =h(ucfirst($translation['label']))?>
+ endforeach ?>
@@ -39,12 +41,14 @@
- native
-
-
-
- translated
+ Native
+ foreach($room->getTranslations() as $translation): ?>
+
+
+ =h(ucfirst($translation['label']))?>
+
+ endforeach ?>
else: ?>
diff --git a/template/assemblies/switcher/slides.phtml b/template/assemblies/switcher/slides.phtml
index dfbc26d..ba70c5f 100644
--- a/template/assemblies/switcher/slides.phtml
+++ b/template/assemblies/switcher/slides.phtml
@@ -10,12 +10,14 @@
- native
-
-
-
- translated
+ Native
+ foreach($room->getTranslations() as $translation): ?>
+
+
+ =h(ucfirst($translation['label']))?>
+
+ endforeach ?>
diff --git a/template/assemblies/switcher/video.phtml b/template/assemblies/switcher/video.phtml
index 3877128..ae2815f 100644
--- a/template/assemblies/switcher/video.phtml
+++ b/template/assemblies/switcher/video.phtml
@@ -12,18 +12,20 @@
- native
-
-
-
- translated
+ Native
+ foreach($room->getTranslations() as $translation): ?>
+
+
+ =h(ucfirst($translation['label']))?>
+
+ endforeach ?>
else: ?>
- video
+ Video
endif ?>
@@ -51,18 +53,20 @@
- native
-
-
-
- translated
+ Native
+ foreach($room->getTranslations() as $translation): ?>
+
+
+ =h(ucfirst($translation['label']))?>
+
+ endforeach ?>
else: ?>
- video
+ Video
endif ?>
--
cgit v1.2.3