Bug #46919
closed
- Project changed from 1728 to TYPO3 Core
- Subject changed from Fixtures shall not be translated to Add note to XLIFF files that fixtures shall not be translated
- TYPO3 Version set to 7
- Is Regression set to No
These for example are some of the files, and here they are in Pootle
As far as I know, currently no xlf files get excluded anywhere and I would not like to add some magic here.
I propose to add a developer note, e.g. like so:
<trans-unit id="label1">
<source>This is my 1st label</source>
<note from="developer">This label is part of a test suite; it is not actually used in the interface of TYPO3 CMS.</note>
</trans-unit>
This note will then be shown in the Pootle interface just like our "deprecation" and "do not translate" notes as well.
Looks like a good solution for me. Is it possible to add those notes for a whole file (like a global note) or do we need to add those notes to each line?
They have to be added inside the trans-unit
tags; notes are always displayed for the label they are at.
- Category set to Localization
- Related to Task #89318: Use attribute translate="no" for non translatable strings added
- Status changed from New to Closed
with upcoming solution using Crowdin those files won't be provided to translators anymore.
Also available in: Atom
PDF