[BUGFIX] locallangXMLOverride is broken since the switch to XLIFF
locallangXMLOverride mechanism does not work anymore since target language is mixed with the default language. Change-Id: I435e79d01fcdbd993e0ae47ab15eee745ae39752 Fixes: #32573 Releases: 4.7, 4.6 Reviewed-on: http://review.typo3.org/7269 Reviewed-by: Dominique Feyer Tested-by: Dominique Feyer Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
Showing
- t3lib/class.t3lib_div.php 8 additions, 0 deletionst3lib/class.t3lib_div.php
- t3lib/l10n/class.t3lib_l10n_factory.php 5 additions, 4 deletionst3lib/l10n/class.t3lib_l10n_factory.php
- t3lib/l10n/parser/class.t3lib_l10n_parser_llxml.php 13 additions, 3 deletionst3lib/l10n/parser/class.t3lib_l10n_parser_llxml.php
- tests/t3lib/l10n/parser/class.t3lib_l10n_parser_llxmlTest.php 159 additions, 0 deletions...s/t3lib/l10n/parser/class.t3lib_l10n_parser_llxmlTest.php
- tests/t3lib/l10n/parser/class.t3lib_l10n_parser_xliffTest.php 185 additions, 0 deletions...s/t3lib/l10n/parser/class.t3lib_l10n_parser_xliffTest.php
- tests/t3lib/l10n/parser/fixtures/fr.locallang.xlf 20 additions, 0 deletionstests/t3lib/l10n/parser/fixtures/fr.locallang.xlf
- tests/t3lib/l10n/parser/fixtures/fr.locallang_override.xlf 16 additions, 0 deletionstests/t3lib/l10n/parser/fixtures/fr.locallang_override.xlf
- tests/t3lib/l10n/parser/fixtures/locallang.xlf 17 additions, 0 deletionstests/t3lib/l10n/parser/fixtures/locallang.xlf
- tests/t3lib/l10n/parser/fixtures/locallang.xml 20 additions, 0 deletionstests/t3lib/l10n/parser/fixtures/locallang.xml
- tests/t3lib/l10n/parser/fixtures/locallang_override.xlf 14 additions, 0 deletionstests/t3lib/l10n/parser/fixtures/locallang_override.xlf
- tests/t3lib/l10n/parser/fixtures/locallang_override.xml 18 additions, 0 deletionstests/t3lib/l10n/parser/fixtures/locallang_override.xml
Please register or sign in to comment