Migrate interpolated service messages to the t! macro (8 modules)
This commit is contained in:
parent
b462d37bd5
commit
d207c3d60d
133 changed files with 782 additions and 702 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
use std::collections::HashMap;
|
||||
|
||||
use echo_api::{HelpEntry, NetAction, NetView, Sender, Service, ServiceCtx, Store};
|
||||
use echo_api::{t, HelpEntry, NetAction, NetView, Sender, Service, ServiceCtx, Store};
|
||||
|
||||
#[path = "chess.rs"]
|
||||
mod chess;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue