Task #29335
closedXLIFF: Add translation hint to labels, which must not be translated
100%
Description
In the Core there are several labels, which contain strings, which must not be translated.
The problem with this is that people on the Translation Server try to translate them as sentences, which would break functionality.
- EXT:cms/cshimages/image1.png
- xEXT_acronym:text
- _MOD_index:now
- xMOD_tx_impexp:import
- index_config:hidden
These labels for example display a certain image or a link "Further help can be found in chapter XXX." Modifying them will break things.
After speaking with Dominique Feyer we came to the conclusion that the best solution for this problem is to add a translation hint to the labels, which may not be translated.
Proposal:<trans-unit approved="yes" id="index">
<source>index_config:hidden</source>
<target>index_config:hidden</target>
<note from="developer">This string contains an internal text, which must not be changed. Just copy the original text into the translation field. For more information have a look at the Tutorial.</note>
</trans-unit>
Possible RegExp for locating the affected strings:<source>[\S]*:[(A-Za-z)]+
Files
Updated by Xavier Perseguers over 13 years ago
- Status changed from New to Accepted
- Priority changed from Should have to Must have
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change Ibb765b53fc6093b087d22a1ba5f34efebd4db43b has been pushed to the review server.
It is available at http://review.typo3.org/4708
Updated by Xavier Perseguers over 13 years ago
- File pootle.png pootle.png added
It's how it will look like when working in Pootle:
Updated by Chris topher over 13 years ago
Perfect! That's exactly how it should be. :-)
Updated by Xavier Perseguers over 13 years ago
- Status changed from Accepted to Under Review
- Target version set to 4.6.0-beta3
Updated by Xavier Perseguers over 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed