rquinio / l10n-maven-plugin

:abcd: Maven plugin to validate localization resources in Java properties files
MIT License
3 stars 1 forks source link

Support for custom validators extension #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Allow user defined validators using introspection on a class implementing 
interface L10nValidator<T>, where T is the scope of validation (single property 
value, value of a property across languages, whole properties file, whole 
bundle of properties files, etc.).

Original issue reported on code.google.com by romain.q...@gmail.com on 7 Apr 2013 at 1:42

GoogleCodeExporter commented 9 years ago

Original comment by romain.q...@gmail.com on 2 Jun 2013 at 4:06