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 #1

Updated by Mr. Hudson over 12 years ago

Patch set 1 of change I2461a77c98779165bf6a39b0d73fdda4984a1399 has been pushed to the review server.
It is available at http://review.typo3.org/4651

Actions #2

Updated by Xavier Perseguers over 12 years ago

  • Status changed from New to Under Review
  • Complexity set to easy
Actions #3

Updated by Xavier Perseguers over 12 years ago

Problem does not exist in 4.5.5

Actions #4

Updated by Xavier Perseguers over 12 years ago

To test, you can checkout https://svn.typo3.org/TYPO3v4/Extensions/egovapi/branches/EGOVAPI_1-4 (just load in extList without creating the DB structure), reference the "eGov API settings" static TS in your template and use Constant Editors section PLUGIN.TX_EGOVAPI.

In master, if you use a backend in French, German or Italian, you will only have English texts, apply patch and see nearly all messages translated in the corresponding language.

Actions #5

Updated by Mr. Hudson over 12 years ago

Patch set 2 of change I2461a77c98779165bf6a39b0d73fdda4984a1399 has been pushed to the review server.
It is available at http://review.typo3.org/4651

Actions #6

Updated by Xavier Perseguers over 12 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Change has been successfully cherry-picked as e56d07d3b3734c7ac142c09c7415d9f62df1e53a.

Actions #7

Updated by Xavier Perseguers about 12 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF