Actions
Task #89335
closedAdd resname attribute to <trans-unit> tags in XLF
Start date:
2019-10-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
This is needed for crowdin integration.
https://github.com/TYPO3-Initiatives/crowdin/issues/19
search regex: (?<!resname=.*)(?!.*resname=) id="([^"]+)"
replace: id="$1" resname="$1"
Actions