Closed dirkmass closed 5 months ago
Hi @dirkmass,
There seem to be a lot of different behavior in different translation tools. :)
That is why we added the NAB.SearchReplaceBeforeSaveXliff
setting.
Try this in your settings:
"NAB.ReplaceSelfClosingXlfTags": false,
"NAB.SearchReplaceBeforeSaveXliff": [
{
"searchFor": " />",
"replaceWith": "/>"
}
],
Awesome! That solved the issue (and some other issues, too ;) )
@dirkmass great! :)
This above mentioned option may needs an additional setting (or a fix?).
It creates a space character. This can cause merge issues with other translation tools:
Describe the solution you'd like This option should not create this space character.
Describe alternatives you've considered Or a new setting to explicit delete this whitespace.
This would increase compatibility with other programs.