Story #12089
make validators localizeable
| Status: | Closed | Start date: | 2011-01-11 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Extbase: Validation | |||
| Target version: | - | |||
| Has patch: | No | Tags: | ||
| Votes: | 0 |
Description
right now validation errors are hardcoded into the code but not flexible to be translated. do I need to code my own validator to only overwrite the error messages or is there any plan to change this behavior?
Related issues
| duplicated by Extbase MVC Framework - Bug #12269: Validation Arguments for print out | Rejected | 2011-01-16 |
History
Updated by Nikolas Hagelstein over 2 years ago
Hi,
one way is to use the errorCode as prefix to an LL key.
See:
http://forge.typo3.org/projects/typo3v4-mvc/wiki/Translated_validation_error_messages_for_Fluid
Hope this helps.
Updated by Sebastian Kurfuerst over 2 years ago
- Tracker changed from Feature to Story
The problem is that we want to be in sync with FLOW3, and we don't have a good concept for that there, yet.
Greets,
Sebastian
Updated by Sebastian Kurfuerst over 2 years ago
- Category set to Extbase: Validation
Updated by Ingo Pfennigstorf 9 months ago
- Status changed from New to Needs Feedback
- Has patch set to No
What is the current state in FLOW3?
Updated by Alexander Schnitzler 6 months ago
- Status changed from Needs Feedback to Closed
There are enough workarounds and as we are stuck as long as Flow doesn't solve this we cannot work on it. Sorry.