oliverklee / ext-oelib

TYPO3 library extension "oelib"
https://www.oliverklee.de/typo3-services/seminarmanager/
GNU General Public License v2.0
0 stars 8 forks source link

Add `resname` to all language labels #1769

Closed oliverklee closed 5 months ago

oliverklee commented 5 months ago

https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/Localization/XliffFormat.html

We should use some regular expression for this:

<trans-unit([^>]+)id="([^"]+)"([^>]+|)>
<trans-unit id="$2" resname="$2" approved="yes">