Enhanced translation-related tools.

No UI, because there's limited interest for typical users, so it's a
beanshell-only tool for now.
This commit is contained in:
Zukero
2018-09-08 15:37:29 +02:00
parent 3800bf8ff0
commit 3e8d578474
7 changed files with 263 additions and 36 deletions

View File

@@ -8,11 +8,10 @@
*/
package net.launchpad.tobal.poparser;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
import java.io.Reader;
import java.io.BufferedReader;
import java.util.Vector;
public class POParser