This repository is no longer actively maintained.
This maven plugin search for locale-specific properties file and compare them to indicate if a property is missing for a given locale.
This is package as a Maven Plugin, to use it you will need to add the following to your project pom:
<plugin>
<groupId>fr.openwide.maven.plugins</groupId>
<artifactId>localization-properties-consistency-maven-plugin</artifactId>
<version>1.0.0</version>
<executions>
<execution>
<id>scan</id>
<goals>
<goal>scan</goal>
</goals>
</execution>
</executions>
</plugin>
Sources are licensed under the Apache 2 license.
This plugin is mostly developed by Open Wide (http://www.openwide.fr/). External contributions or ideas are welcome.