Add i18n framework: per-account language, catalogs, t! macro, SET LANGUAGE
All checks were successful
CI / check (push) Successful in 5m16s

This commit is contained in:
Jean Chevronnet 2026-07-19 22:57:45 +00:00
parent 83851c794d
commit b462d37bd5
No known key found for this signature in database
16 changed files with 272 additions and 12 deletions

View file

@ -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),