= Untested first pass enabling/disabling test

This commit is contained in:
Matthew Cech
2019-04-14 01:43:55 -07:00
parent fcfaa842d1
commit 04e9c60f02
6 changed files with 144 additions and 20 deletions
+3 -2
View File
@@ -34,9 +34,10 @@ public class LocCommands extends LocBase
}
}
public static String Stub(String toStub)
// Returns a pair, the raw key and the stub key
public static Pair<String, String> Stub(String toStub)
{
return instance.GetKey(toStub);
return new Pair<String, String>(toStub, instance.GetKey(toStub));
}
// Gets all of the un-translated defaults in the commands list.