|
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
|