PluginXdocGenerator doesn't handle correctly the Resource bundles and make typo 
in some languages
-------------------------------------------------------------------------------------------------

                 Key: MPLUGIN-131
                 URL: http://jira.codehaus.org/browse/MPLUGIN-131
             Project: Maven 2.x Plugin Tools
          Issue Type: Bug
          Components: API
    Affects Versions: 2.4.2
            Reporter: Vincent Siveton


Actually, we have several grammar typos in French due to incorrect use of 
resource bundles.
For instance, take this key:
{noformat} 
pluginxdoc.mojodescriptor.fullname=Full name
{noformat} 

The Java code adds a tag and punctuation, i.e.
{noformat} 
<strong>Full name</strong>:
{noformat} 

in English, it is a correct display (no space before colon)
In French, it is an incorrect display (we need a space before colon)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to