mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-13 16:38:52 +08:00
Add support to enable multi lang support for artemis pannomimisoft txt script
This commit is contained in:
@@ -3303,6 +3303,8 @@ fn main() {
|
||||
zopfli_iterations_without_improvement: arg.zopfli_iterations_without_improvement,
|
||||
#[cfg(feature = "zopfli")]
|
||||
zopfli_maximum_block_splits: arg.zopfli_maximum_block_splits,
|
||||
#[cfg(feature = "artemis-panmimisoft")]
|
||||
artemis_panmimisoft_txt_multi_lang: arg.artemis_panmimisoft_txt_multi_lang,
|
||||
});
|
||||
match &arg.command {
|
||||
args::Command::Export { input, output } => {
|
||||
|
||||
Reference in New Issue
Block a user