Fixed
Details
Assignee
UnassignedUnassignedReporter
Martin MillerMartin MillerParticipants
Gunnar MorlingMartin MillerComponents
Fix versions
Affects versions
Priority
Minor
Details
Details
Assignee
Unassigned
UnassignedReporter
Martin Miller
Martin MillerParticipants
Gunnar Morling
Martin Miller
Components
Fix versions
Affects versions
Priority
Created August 23, 2013 at 6:56 AM
Updated January 28, 2014 at 9:51 AM
Resolved August 28, 2013 at 7:00 AM
The german template for the @Length-Tag-Validation was copied, from the @Range-Tag.
Eng:
org.hibernate.validator.constraints.Length.message=length must be between {min} and {max} org.hibernate.validator.constraints.Range.message=must be between {min} and {max}
Ger:
org.hibernate.validator.constraints.Length.message=muss zwischen {min} und {max} liegen org.hibernate.validator.constraints.Range.message=muss zwischen {min} und {max} liegen
A good translation would be:
org.hibernate.validator.constraints.Length.message=Feldl\u00E4nge muss zwischen {min} und {max} liegen