public class TranslationsCheck extends Object
The first argument is the language, and it is mandatory. The second argument is the path. If the path is not defined, uses current path (.)
For example (if you're compiling your classes to "classes"):
java -cp classes TranslationsCheck fi
public static void main(String[] args) throws IOException
IOException
public static Map<String,Integer> diff(String source1, String source2) throws FileNotFoundException, IOException
FileNotFoundException
IOException
public static int detectDuplicates(String source) throws IOException
IOException
Copyright © 2001-2018 The Apache Software Foundation. All rights reserved.