mirror of
https://github.com/OMGeeky/ATCS.git
synced 2026-01-07 03:56:55 +01:00
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:
@@ -58,6 +58,10 @@ public class POFile
|
||||
{
|
||||
return entries.length;
|
||||
}
|
||||
|
||||
public POEntry getHeader() {
|
||||
return header;
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks if the specified flag is set in the entry,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user