Actions
Task #89334
openUnify retrieving strings from XLIFF files
Status:
Accepted
Priority:
Should have
Assignee:
-
Category:
Localization
Target version:
-
Start date:
2019-10-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
There are multiple implementations how translations are retreived from the core.
The following code parts have been identified:
\TYPO3\CMS\Backend\Controller\AbstractFormEngineAjaxController::getLabelsFromLocalizationFile
\TYPO3\CMS\Core\Localization\LanguageService::getLLL
\TYPO3\CMS\Extbase\Utility\LocalizationUtility::translate
\TYPO3\CMS\Form\Service\TranslationService::translate
\TYPO3\CMS\Core\Localization\Parser\XliffParser::doParsingFromRoot
Todo:
- find the correct way
- implement it
Actions