示例#1
0
 /// <summary>
 /// Saves localizable JSON data in the current working directory for the provided assembly.
 /// </summary>
 public void ExportLocalizable()
 {
     Loc.ExportLocalizableForAssembly(this.assembly);
 }
示例#2
0
 private void ExportLocalizable(string command, string args)
 {
     Loc.ExportLocalizableForAssembly(this.plugin.Assembly);
 }