Details
-
Bug
-
Resolution: Fixed
-
None
-
Medium
-
-
-
Empty show more show less
Description
It often leads to problems for users, who do not know translate5 well enough, that the default setting for
runtimeOptions.import.xlf.ignoreFramingTags
is "all".
Because in some import formats there are stand-alone tags, that stand for words, and with "all" they would be excluded from the segment and miss as info for the translator and can not be moved with the text inside the segment.
Therefore the default should be changed to
runtimeOptions.import.xlf.ignoreFramingTags = "paired" and all instances should be changed, where the current setting is "all".