You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Dimitris Zenios (Created) (JIRA)" <ji...@apache.org> on 2011/12/16 16:22:31 UTC

[jira] [Created] (TAP5-1795) Validators eception in italian locale

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