From 9d812580557cdc343378816cd65678b8aa75d944 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 12 Mar 2026 15:54:59 +0800 Subject: Add lang field to command context and reorganize utils modules --- src/systems/cmd/cmd_system.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/systems') diff --git a/src/systems/cmd/cmd_system.rs b/src/systems/cmd/cmd_system.rs index 05fe5e7..67f5c7f 100644 --- a/src/systems/cmd/cmd_system.rs +++ b/src/systems/cmd/cmd_system.rs @@ -18,6 +18,7 @@ pub struct JVCommandContext { pub help: bool, pub confirmed: bool, pub args: Vec, + pub lang: String, } pub trait JVCommand -- cgit