Project

General

Profile

Actions

Bug #29313

closed

Externally referenced ll-XML files are not parsed

Added by Xavier Perseguers over 12 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Must have
Category:
-
Target version:
Start date:
2011-08-29
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:

Description

According to the documentation, ll-XML supports externally-referenced locallang files:

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3locallang>
    <meta type="array">
        <type>database</type>
        <description>Language labels for database tables/fields belonging to extension 'yourext'</description>
    </meta>
    <data type="array">
        <languageKey index="default" type="array">
            <label index="some-key">Some Text</label>
            ...
        </languageKey>

        <languageKey index="fr">EXT:yourext/path/to/fr.locallang_db.xml</languageKey>
    </data>
</T3locallang>

However this kind of reference is not supported anymore.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #29248: Cannot use own translation with XLIFFClosedXavier Perseguers2012-09-04

Actions
Actions

Also available in: Atom PDF