[jboss-jira] [JBoss JIRA] (AS7-4735) Missing parameter order in Japanese message resource files

Takayoshi Kimura (JIRA) jira-events at lists.jboss.org
Tue May 8 02:25:17 EDT 2012


     [ https://issues.jboss.org/browse/AS7-4735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Takayoshi Kimura updated AS7-4735:
----------------------------------

    Description: 
I set 7.1.1.Final in Affects Version/s, but this is really an issue after 7.1.1.Final (pre-7.1.2).

{quote}
commit 27b56ae78a60f42139d615b289efa32c21aecc69
Author: James Perkins <jperkins at redhat.com>
Date:   2012-04-30 12:59:48 -0700

    Added translations properties files.
{quote}

In this commit, Japanese message resource properties are added, but most of them don't specify parameter order properly. We need to rework on these properties files.

For example,

English: "%s is %d"
Japanese: "%d は %s" (Wrong format, this causes parameter format error)
Japanese: "%2$d は %1$s" (Correct format)

In Japanese environment, users cannot read log files because it's filled with bunch of format errors.

  was:
I set 7.1.1.Final in Affects Version/s, but this is really an issue after 7.1.1.Final (pre-7.1.2).

In this commit, Japanese message resource properties are added, but most of them don't specify parameter order properly. We need to rework on these properties files.

{quote}
commit 27b56ae78a60f42139d615b289efa32c21aecc69
Author: James Perkins <jperkins at redhat.com>
Date:   2012-04-30 12:59:48 -0700

    Added translations properties files.
{quote}

For example,

English: "%s is %d"
Japanese: "%d は %s" (Wrong format, this causes parameter format error)
Japanese: "%2$d は %1$s" (Correct format)


    
> Missing parameter order in Japanese message resource files
> ----------------------------------------------------------
>
>                 Key: AS7-4735
>                 URL: https://issues.jboss.org/browse/AS7-4735
>             Project: Application Server 7
>          Issue Type: Bug
>    Affects Versions: 7.1.1.Final
>            Reporter: Takayoshi Kimura
>            Assignee: Takayoshi Kimura
>
> I set 7.1.1.Final in Affects Version/s, but this is really an issue after 7.1.1.Final (pre-7.1.2).
> {quote}
> commit 27b56ae78a60f42139d615b289efa32c21aecc69
> Author: James Perkins <jperkins at redhat.com>
> Date:   2012-04-30 12:59:48 -0700
>     Added translations properties files.
> {quote}
> In this commit, Japanese message resource properties are added, but most of them don't specify parameter order properly. We need to rework on these properties files.
> For example,
> English: "%s is %d"
> Japanese: "%d は %s" (Wrong format, this causes parameter format error)
> Japanese: "%2$d は %1$s" (Correct format)
> In Japanese environment, users cannot read log files because it's filled with bunch of format errors.

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

       



More information about the jboss-jira mailing list