Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.3
-
Fix Version/s: 5.4
-
Component/s: tapestry-core
-
Labels:
Description
ValidationMessages_it.properties should change from this:
minimum-string-length=Il campo %s richiede almeno %d caratteri.
maximum-string-length=Il campo %s può contenere al massimo %d caratteri.
to this:
minimum-string-length=Il campo %2$s richiede almeno %1$d caratteri.
maximum-string-length=Il campo %2$s può contenere al massimo %1$d caratteri.