public MyTranslationController(MyMod host) : this(host.getDataPath(), "translations") { }
public MyTranslationController(MyMod host, string name) : this(host.getDataPath(), name) { }