[BUGFIX] Change Translation fit
This commit is contained in:
parent
e53cca6393
commit
115ba55cd5
@ -65,7 +65,9 @@ class TranslationUtility
|
|||||||
if (!$extensionKey) {
|
if (!$extensionKey) {
|
||||||
$extensionKey = 'site_templates';
|
$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;
|
return $translation;
|
||||||
} else {
|
} else {
|
||||||
if ($extensionKey) {
|
if ($extensionKey) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user