Actions
Bug #84088
closedAdd space in lockedRecords messages for all languages
Start date:
2018-02-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
ToDo(s)¶
- The space between the time amount and time unit must be added directly in the code, as it's not possible to add a leading space character in a localized string on our translation server.
- use
GeneralUtility::trimExplode()
- add space directly in the logic
- use
Acceptance Criteria¶
- space must be shown between time amount and time unit in an translated language (because english works)
- no localized language must be customized after applying this bugfix
Updated by Gerrit Code Review over 6 years ago
- Status changed from In Progress to Under Review
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/55948
Updated by Gerrit Code Review over 6 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/55948
Updated by Gerrit Code Review over 6 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55951
Updated by Anonymous over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c90ead9abd4c7cb218263bbd8f272d4b8e234323.
Actions