Task #29264
Story #29263: As a translator I want xliff support in extensions
Discuss if we still need to support llxml files
| Status: | New | Start date: | 2011-08-26 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Code Creation | |||
| Target version: | - | |||
| Remaining hours | ||||
| Votes: | 0 |
Description
AFAIK xliff is going to be backported to older TYPO3 versions. If so, why would we still need to support llxml?
pro: backwards compatible with older patch level versions (4.5.0-4.5.5)
...
con: workload keeps us from doing better things
...
History
Updated by Nico de Haen over 1 year ago
There will soon be an extension n TER which can convert xliff to xml (ExtKey xliff). So we might add a dependency to that extension and create xliff files. See http://forge.typo3.org/projects/extension-xliff.
But we should consider what should happen to existing extensions that might already be installed, so the dependency won't be checked...
Updated by Steffen Müller over 1 year ago
xliff was just released to TER.
I did a quick test. A dependency which was added to an installed extension is not checked until you uninstall and reinstall the extension. :(
Updated by Steffen Müller over 1 year ago
A good blog post from Xavier about llxml/xliff transition: http://xavier.perseguers.ch/en/tutorials/typo3/articles/managing-localization-files.html