Actions
Bug #84809
closedTranslationConfigurationProvider::getSystemLanguages do not respect the new "language_isocode" field.
Status:
Rejected
Priority:
Should have
Assignee:
Category:
-
Target version:
Start date:
2018-04-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The function returns an array of arrays with following structure:
[ 'uid' => 0, 'title' => $this->getDefaultLanguageLabel($modSharedTSconfig), 'ISOcode' => 'DEF', 'flagIcon' => $this->getDefaultLanguageFlag($modSharedTSconfig), ]
The ISOcode field was used for the MultiLanguage FlexForms which support was removed with introduction of the new Backend FormEngine
The ISOcode field gets filled if static_info_tables is in use, but it isn't filled with the new introduced sys_language.language_isocode
- Core doesn't use it anymore
- TemplaVoilà! Plus uses its own implementation
- It do not work without static_info_tables
Actions