Bug #88691
closedForm framework translation
100%
Description
I have found a translation key typo for an AdvancedPassword hook:
https://github.com/TYPO3-CMS/form/blob/master/Classes/Hooks/FormElementHooks.php
It throws an error with a code "1556283177" but looks for a translation for "validation.error.1521293688". In a translation file it's stored under the actual error code:
https://github.com/TYPO3-CMS/form/blob/master/Resources/Private/Language/locallang.xlf
<trans-unit id="validation.error.1556283177" xml:space="preserve">
<source>Password does not match confirmation</source>
</trans-unit>
Updated by Gerrit Code Review over 5 years ago
- Status changed from New 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/c/Packages/TYPO3.CMS/+/61292
Updated by Gerrit Code Review over 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/+/61292
Updated by Gerrit Code Review over 5 years ago
Patch set 3 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/+/61292
Updated by Gerrit Code Review over 5 years ago
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/+/61266
Updated by Johannes Seipelt over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9aea7a650e998843c930ea673e91187b3d304edb.