Add i18n framework: per-account language, catalogs, t! macro, SET LANGUAGE
All checks were successful
CI / check (push) Successful in 5m16s
All checks were successful
CI / check (push) Successful in 5m16s
This commit is contained in:
parent
83851c794d
commit
b462d37bd5
16 changed files with 272 additions and 12 deletions
|
|
@ -204,7 +204,7 @@ pub fn import_anope(anope_path: &str, out_path: &str, node: &str) -> std::io::Re
|
|||
greet: String::new(),
|
||||
no_autoop: !flag(nc, "AUTOOP"),
|
||||
no_protect: !flag(nc, "PROTECT"),
|
||||
hide_status: flag(nc, "HIDE_MASK"), snotice: false,
|
||||
hide_status: flag(nc, "HIDE_MASK"), snotice: false, language: None,
|
||||
vhost,
|
||||
vhost_request: None,
|
||||
last_seen: last_seen_of.get(name).copied().unwrap_or(ts),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue