Scarab language checker.
A L10nInspector represents a class that is reading a property file (see
L10nInspector.setReference(String) ) containing l10n properties as a reference and then
running through a given list of other property files to check if all
localisations that are needed are given.
A property language files that need to be checked against can be passed the
reference file can be set by
L10nInspector.checkFile(String) .
The results can be retrieved by using the get* methods.
author: sreindl |