Bug #56148
closedlocallangXMLOverride for not existing translations
0%
Description
Hi!
It seems it is not possible to use
$GLOBALS['TYPO3_CONF_VARS']['SYS']['locallangXMLOverride']['EXT:ext_key/Resources/Private/Language/locallang.xlf'][] = 'EXT:my_translation_extension/Resources/Private/Language/ext_key/locallang.xlf';
for not existing translation files.
Using an own de.locallang.xlf by setting $GLOBALS['TYPO3_CONF_VARS']['SYS']['locallangXMLOverride'][...][...] is only possible if de.locallang.xlf does exist in EXT:ext_key/Resources/Private/Language/de.locallang.xlf or in typo3conf/l10n/de/ext_key/Resources/Private/Language/de.locallang.xlf.
If de.locallang.xlf is not existing in one of these both locations, EXT:my_translation_extension/Resources/Private/Language/ext_key/locallang.xlf takes no effect.
Updated by Georg Tiefenbrunn about 10 years ago
This issue still exists in latest TYPO3 6.2 (git master).
Updated by Riccardo De Contardi about 9 years ago
I close this as it is a duplicate of #47996, please continue the discussion there.
If you think that this is the wrong decision , then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.
Updated by Riccardo De Contardi about 9 years ago
- Status changed from New to Closed