[
http://jira.codehaus.org/browse/MNG-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=139106#action_139106
]
Benjamin Bentmann commented on MNG-3626:
----------------------------------------
Spontaneously I believe the project URL is also a target for internalization:
{code:xml}
<project>
...
<url>http://maven.apache.org/</url>
<url xml:lang="de">http://maven.apache.org/de/</url>
<url xml:lang="fr">http://maven.apache.org/fr/</url>
...
</project>
{code}
> Improve pom to handle i18n fields
> ---------------------------------
>
> Key: MNG-3626
> URL: http://jira.codehaus.org/browse/MNG-3626
> Project: Maven 2
> Issue Type: Improvement
> Components: POM
> Affects Versions: 2.0.x
> Reporter: Vincent Siveton
>
> Some fields like name or description could be internationalized. I see the
> following:
> {noformat}
> <project>
> ...
> <description xml:lang="en">English description.</description>
> <description xml:lang="de">Deutsch description.</description>
> <description xml:lang="fr">French description.</description>
> ...
> </project>
> {noformat}
--
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