Task #89335
closedAdd resname attribute to <trans-unit> tags in XLF
100%
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"
Updated by Gerrit Code Review about 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61875
Updated by Gerrit Code Review about 5 years ago
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61876
Updated by Gerrit Code Review about 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61876
Updated by Markus Klein about 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 06ad4b1fdec4217a3fa37f92f4158ade87b7c3f3.