Bug #31806
closedtranslation files are not being loaded in fileadmin
0%
Description
I have the following TS object and a multilingual site offering an English and German version:
lib {
siteTitle = TEXT
siteTitle {
data = LLL:fileadmin/labels/locallang.xml:sitetitle.value
...
}
}
So, depending on the chosen language, the sitetitle should change. For common locallang.xml files it does what it's expected to do. Now I grabes the extdeveval extensions and created to xliff files into "fileadmin/labels/":
- locallang.xlf
- de.locallang.xlf
Now, TYPO3 tries to read out the locallang.xlf file, what works perfectly. Unfortunately the German version "de.locallang.xlf" won't be loaded at all. It isn't even possible to fetch the path of the "de.locallang.xlf", because of it is not in on of the expected directories of (ext,sysext,typo3conf,...).
Might it be possible to load translation files independent of their location? Else I can only use xliff in extensions, but for consistency reasons it's much nicer using it at all.
Best regards
Christian