mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-09-26 04:35:10 +00:00
* Console: Split initialNews.xml into a file for each language;
don't copy to config dir at install.
This commit is contained in:
@@ -6,13 +6,11 @@ import java.util.Locale;
|
||||
import net.i2p.util.FileUtil;
|
||||
|
||||
public class ContentHelper extends HelperBase {
|
||||
private String _page;
|
||||
protected String _page;
|
||||
private int _maxLines;
|
||||
private boolean _startAtBeginning;
|
||||
private String _lang;
|
||||
|
||||
public ContentHelper() {}
|
||||
|
||||
/**
|
||||
* Caution, use absolute paths only, do not assume files are in CWD
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user