Venice 0.7beta

org.mov.tools
Class Locale

java.lang.Object
  extended by org.mov.tools.Locale

public class Locale
extends java.lang.Object

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.

Author:
Andrew Leppard

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

main

public static void main(java.lang.String[] args)
Compare a reference locale file against another locale file.

Run: java Locale <reference locale> <check locale>

Parameters:
args - first argument is the reference locale file, the second argument is the locale to check

Venice 0.7beta