Added translation using phrases

. added translation functionality by
-- adding loadPhrases-method in Controllers
-- replacing hardcoded html-text with $this->p->t(...)
This commit is contained in:
Cris
2018-05-09 12:36:35 +02:00
parent 8c00fb7be5
commit 1254e8d618
18 changed files with 274 additions and 268 deletions
+1 -2
View File
@@ -27,8 +27,7 @@ class Vorlage_widget extends DropdownWidget
$this->setElementsArray(
$vorlage,
true,
'Select a vorlage...',
'No vorlage found'
$this->p->t('ui', 'vorlageWaehlen')
);
$this->loadDropDownView($widgetData);