|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mov.tools.Locale
public class Locale
A tool which checks locale files for consistency. This tool compares a reference
locale file against another local file. It reports if any text translations
are missing, or are superflous (unused). This tool can be run from the build file by
typing: ant locale
.
Symbols that are reported MISSING should be added, symbols that are reported UNUSED should be removed or renamed.
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Compare a reference locale file against another locale file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void main(java.lang.String[] args)
Run:
java Locale <reference locale> <check locale>
args
- first argument is the reference locale file, the second argument
is the locale to check
|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |