Bug #29313
closedExternally referenced ll-XML files are not parsed
100%
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.
Updated by Mr. Hudson about 13 years ago
Patch set 1 of change I2461a77c98779165bf6a39b0d73fdda4984a1399 has been pushed to the review server.
It is available at http://review.typo3.org/4651
Updated by Xavier Perseguers about 13 years ago
- Status changed from New to Under Review
- Complexity set to easy
Updated by Xavier Perseguers about 13 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.
Updated by Mr. Hudson about 13 years ago
Patch set 2 of change I2461a77c98779165bf6a39b0d73fdda4984a1399 has been pushed to the review server.
It is available at http://review.typo3.org/4651
Updated by Xavier Perseguers about 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Change has been successfully cherry-picked as e56d07d3b3734c7ac142c09c7415d9f62df1e53a.
Updated by Xavier Perseguers over 12 years ago
- Status changed from Resolved to Closed