Actions
Task #102859
closedTranslation file contains unused labels related to workspaces
Start date:
2024-01-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
8.2
Tags:
Complexity:
no-brainer
Sprint Focus:
Description
There are 2 labels related to workspaces in the typo3/sysext/core/Resources/Private/Language/locallang_tca.xlf file that are not used anywhere and could/should be removed:
<trans-unit id="workspace_perms_draft" resname="workspace_perms_draft">
<source>Edit Draft (Offline)</source>
</trans-unit>
<trans-unit id="workspace_perms_custom" resname="workspace_perms_custom">
<source>Create new workspace projects</source>
</trans-unit>
Updated by Gerrit Code Review 10 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/82509
Updated by Gerrit Code Review 10 months ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/82509
Updated by Gerrit Code Review 10 months ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/82509
Updated by Marcin Sągol 10 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6fe90704318deb5efcb978daaae488a5b4e1db4c.
Actions