diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-02-27 06:19:34 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-02-27 06:19:34 +0800 |
| commit | 94b7d7d80a0c2dd0884bed60659d65c5019f0839 (patch) | |
| tree | 707dd70a475033298abbbe361911cde5ea44226c /src/systems/cmd/cmd_system.rs | |
| parent | da1a67d4d32b081fee59f30c43695de21225522a (diff) | |
Remove unused i18n macro declarations
Diffstat (limited to 'src/systems/cmd/cmd_system.rs')
| -rw-r--r-- | src/systems/cmd/cmd_system.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/systems/cmd/cmd_system.rs b/src/systems/cmd/cmd_system.rs index 57aa15d..05fe5e7 100644 --- a/src/systems/cmd/cmd_system.rs +++ b/src/systems/cmd/cmd_system.rs @@ -14,11 +14,10 @@ use std::{ future::Future, }; -rust_i18n::i18n!("resources/locales/jvn", fallback = "en"); - pub struct JVCommandContext { pub help: bool, pub confirmed: bool, + pub args: Vec<String>, } pub trait JVCommand<Argument, Input, Collect> |
