[ 
https://issues.apache.org/jira/browse/TAP5-1825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13190043#comment-13190043
 ] 

Hudson commented on TAP5-1825:
------------------------------

Integrated in tapestry-5.3-freestyle #2 (See 
[https://builds.apache.org/job/tapestry-5.3-freestyle/2/])
    Merge TAP5-1825 from trunk
fix order of messages parameters from mailing list patch by Luca Menegus

mlusetti : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1234019
Files : 
* /tapestry/tapestry5/branches/5.3
* 
/tapestry/tapestry5/branches/5.3/tapestry-core/src/main/java/org/apache/tapestry5/services/DelegatingRequest.java
* 
/tapestry/tapestry5/branches/5.3/tapestry-core/src/main/resources/org/apache/tapestry5/internal/ValidationMessages_it.properties

                
> Incorrect order of parameter in localization messages within 
> ValidationMessages Italian lang
> --------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1825
>                 URL: https://issues.apache.org/jira/browse/TAP5-1825
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>            Reporter: Massimo Lusetti
>            Assignee: Massimo Lusetti
>            Priority: Minor
>             Fix For: 5.3.2, 5.4
>
>
> We found some problem with the Italian localization of ValidationMessages.
> (T5.3.1 blows up)
> The problem is quite simple:
> From ValidationMessages.properties:
> maximum-string-length=You may provide at most %d characters for %s.
> From ValidationMessages_it.properties:
> maximum-string-length=Il campo %s può contenere al massimo %d caratteri.
> As you can see the order of parameter in the Italian wording is inverted.
> The fix is quite simple: the message format should specify the parameter 
> index (like for instance in the German localization: 
> maximum-string-length=%2$s darf höchstens %1$d Zeichen lang sein.)

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