Feature #33970

Add translation files for bundled validator error messages

Added by Karsten Dambekalns over 3 years ago. Updated over 3 years ago.

Status:Resolved Start date:2012-02-16
Priority:Should have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:I18n
Target version:TYPO3 Flow Base Distribution - 1.1
PHP Version: Complexity:
Has patch:No

Related issues

related to TYPO3.Flow - Feature #6456: Customization/localization of validator errors Closed
related to TYPO3.Flow - Feature #28399: Validation message and code should be configurable for bu... Needs Feedback 2011-07-22

Associated revisions

Revision b484e6a4
Added by Karsten Dambekalns over 3 years ago

[FEATURE] Add translations for validation error messages

Change-Id: I8c8c4d19b673d02339369d2a16961441ad65bdc5
Resolves: #33970
Releases: 1.1

History

#1 Updated by Gerrit Code Review over 3 years ago

  • Status changed from Accepted to Under Review

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9045

#2 Updated by Bastian Waidelich over 3 years ago

FYI this is (kind of) how you can use those to output localized validation messages:

1<f:form.validationResults for="{property}">
2    <f:for each="{validationResults.errors}" as="error">
3        {error -> f:translate(key: error.code, arguments: error.arguments, package: 'TYPO3.FLOW3', source: 'ValidationErrors')}
4    </f:for>
5</f:form.validationResults>

#3 Updated by Karsten Dambekalns over 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF