Bug #70717
closedTranslations for 6.2 are loaded on Windows because incorrectly DIRECTORY_SEPARATOR is used in a check
100%
Description
In \TYPO3\CMS\Lang\Service\TerService::fetchTranslation() a check is done to see if translations for a system extension is downloaded. This checks if /sysext/ is part of the path to the extension.
The actual check uses the constant DIRECTORY_SEPARATOR around 'sysext', which is a backslash on Windows and a forward slash on most other systems.
The extension path however always contains forward slashes.
The check thus fails on Windows and translations for 6.2 are downloaded. This is problematic for the extra labels and for the language files which have been moved to other locations in 7.x
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/44063
Updated by Jigal van Hemert about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7c5df68a980c4c2b7304194c101bf1caa9ecf983.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed