Actions
Task #31045
closedEnglish XLIFF files should not contain target element
Start date:
2011-10-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Currently the XLIFF files provided with the Core are "en" -> "en" translation files,
and this is a wrong design.
English localization files should only contain the source attribute to become templates for the different localizations.
The command use to process all the file, is xmlstarlet:
xmlstarlet ed -u "/xliff/file[@date]/@date" -v $(date -u +"%Y-%m-%dT%H:%M:%SZ") file.xlf | \ xmlstarlet ed -d "/xliff/file/body/trans-unit/target" | \ xmlstarlet ed -d "/xliff/file[@target-language]/@target-language" | \ xmlstarlet ed -d "/xliff/file/body/trans-unit[@approved]/@approved" | \ xmlstarlet ed -u "/xliff/file[@source-language]/@source-language" -v en | xmlindent -t
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change Id3ad23a524d7a2d9368301a2269c4fcd56d72eac has been pushed to the review server.
It is available at http://review.typo3.org/5929
Updated by Xavier Perseguers over 13 years ago
- Status changed from New to Under Review
Updated by Mr. Hudson over 13 years ago
Patch set 2 of change Id3ad23a524d7a2d9368301a2269c4fcd56d72eac has been pushed to the review server.
It is available at http://review.typo3.org/5929
Updated by Dominique Feyer over 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset commit:a195d11002cdc3cbc7c61c1a33604de685fc824f.
Updated by Chris topher about 13 years ago
- Status changed from Resolved to Closed
Updated by Michael Stucki over 11 years ago
- Project changed from 1510 to TYPO3 Core
- Category changed from Linkvalidator to Linkvalidator
Actions