>
> Maybe we should add the L10n report mentioned in [1] to find such things.
You can apply following patch
fe...@donar ~/svn/apache/directory/studio/trunk $ svn diff pom.xml
Index: pom.xml
===================================================================
--- pom.xml (Revision 760330)
+++ pom.xml (Arbeitskopie)
@@ -1278,6 +1278,18 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>l10n-maven-plugin</artifactId>
+ <version>1.0-alpha-2</version>
+ <configuration>
+ <locales>
+ <locale>en</locale>
+ <locale>de</locale>
+ <locale>fr</locale>
+ </locales>
+ </configuration>
+ </plugin>
</plugins>
</reporting>
and the run
"mvn l10n:report -Ddetail=true" in the trunk. If it fails there are some
problems with the localization.
HTH
Felix
>
> Regards
> Felix
>
>
> [1]
> http://www.archivum.info/[email protected]/2009-03/threads.html#00263
>> Thanks,
>> Pierre-Arnaud
>