Actions
Bug #56148
closedlocallangXMLOverride for not existing translations
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Localization
Target version:
-
Start date:
2014-02-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
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.
Actions