Project

General

Profile

Actions

Bug #31806

closed

translation files are not being loaded in fileadmin

Added by Christian Seifert over 12 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Must have
Category:
Localization
Target version:
-
Start date:
2011-11-14
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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

Actions

Also available in: Atom PDF