[BUGFIX] Change Translation fit
This commit is contained in:
parent
e53cca6393
commit
115ba55cd5
@ -65,7 +65,9 @@ class TranslationUtility
|
||||
if (!$extensionKey) {
|
||||
$extensionKey = 'site_templates';
|
||||
}
|
||||
$translation = LocalizationUtility::translate('LLL:EXT:'.$extensionKey.'/Resources/Private/Language/locallang_db.xlf:'.$key);
|
||||
$translation = LocalizationUtility::translate(
|
||||
'LLL:EXT:'. $extensionKey .
|
||||
'/Resources/Private/Language/locallang_db.xlf:'. $key);
|
||||
return $translation;
|
||||
} else {
|
||||
if ($extensionKey) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user