Project

General

Profile

Actions

Task #31039

closed

workspaces: English XLIFF files should not contain target element

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

Status:
Closed
Priority:
Must have
Category:
Workspaces
Target version:
-
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

Related issues 1 (0 open1 closed)

Follows TYPO3 Core - Task #30916: Transform the current en->en XLIFF file to template fileClosedDominique Feyer2011-10-14

Actions
Actions #1

Updated by Mr. Hudson over 12 years ago

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

Actions #2

Updated by Xavier Perseguers over 12 years ago

  • Subject changed from English XLIFF files should not contain target element to workspaces: English XLIFF files should not contain target element
Actions #3

Updated by Steffen Ritter over 12 years ago

  • Status changed from New to Under Review
Actions #4

Updated by Dominique Feyer over 12 years ago

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

Applied in changeset commit:84ee64ad3caa4e56e3887bb68ba5c5a82727df06.

Actions #5

Updated by Michael Stucki over 10 years ago

  • Category set to Workspaces
Actions #6

Updated by Michael Stucki over 10 years ago

  • Project changed from 624 to TYPO3 Core
  • Category changed from Workspaces to Workspaces
  • Target version deleted (4.6)
Actions #7

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF