示例#1
0
 private string TranslateScript(string path)
 {
     string[] textLines = scriptTexts[path].Split('\n');
     PressPlay.FFWD.Exporter.ScriptTranslator trans = new Exporter.ScriptTranslator(textLines);
     trans.Translate();
     return(trans.ToString());
 }
示例#2
0
文件: Program.cs 项目: Joelone/FFWD
 private string TranslateScript(string path)
 {
     string[] textLines = scriptTexts[path].Split('\n');
     PressPlay.FFWD.Exporter.ScriptTranslator trans = new Exporter.ScriptTranslator(textLines);
     trans.Translate();
     return trans.ToString();
 }