i18n : menu tag in xdoc does not work with "key" translated text id -------------------------------------------------------------------
Key: MPXDOC-151 URL: http://jira.codehaus.org/browse/MPXDOC-151 Project: maven-xdoc-plugin Type: Bug Environment: W2k Reporter: Antoine Assigned to: Arnaud HERITIER with Maven 1.1-beta-1 and maven-xdoc-plugin-1.9.1 I can't get the menu names with translation. In navigation.xml, I have set : <menu name="TOTO"> <item key="xdocs.menu.main.about.tit01" bundle="xdocs" href="/index.html" > </item> </menu> <menu key="xdocs.menu.main.about.tit01" bundle="xdocs"> <item key="xdocs.menu.main.about.tit01" bundle="xdocs" href="/index.html" > </item> </menu > Result : I've got the "TOTO" in the menu, but nothing (empty line, just the underlining) for the menu defined with the key. Note : The <item> tag works fine with the same key (xdocs.menu.main.about.tit01) -- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]