Validators eception in italian locale
-------------------------------------

                 Key: TAP5-1795
                 URL: https://issues.apache.org/jira/browse/TAP5-1795
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.3
            Reporter: Dimitris Zenios


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to