= Updated naming and created base class stub for kv pair file

This commit is contained in:
Matthew Cech
2019-05-24 02:01:28 -07:00
parent 25c3327651
commit 6cf5a03186
8 changed files with 36 additions and 7 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import utils.io.FileMonitor;
// A quick-and-dirty localization tool that scrapes the project for calls to itself, then
// generates/updates a file externally (phrases.config) with all the stub values as keys that
// can then be localized.
public class LocStrings extends LocBase
public class LocStrings extends BaseLocFile
{
public static final String fileName = "locStrings.config";
public static final String function = "LocStrings.Stub";