Add import support for escude script

This commit is contained in:
2025-06-03 19:40:04 +08:00
parent 833be4fce0
commit 09d850256f
7 changed files with 57 additions and 19 deletions

View File

@@ -627,7 +627,7 @@ pub fn import_script(
}
format::fmt_message(&mut mes, fmt, *builder.script_type());
script.import_messages(mes, &patched_f, encoding, repl)?;
script.import_messages_filename(mes, &patched_f, encoding, repl)?;
Ok(types::ScriptResult::Ok)
}