i18n: sweep all remaining dynamic prose (oper commands, XLINE/FILTER/DNSBL notices, whois/vhost/knock/dcc/title/reputation/tline/rmode, hash, rename) through trf; +\xNN catalog escape; fr+es now 236 entries each
This commit is contained in:
parent
ef96bcbd06
commit
9b51db07f5
32 changed files with 295 additions and 128 deletions
|
|
@ -245,7 +245,9 @@ impl Command for Admin {
|
|||
RPL_ADMINME,
|
||||
&format!("{} :Administrative info", s.name),
|
||||
);
|
||||
s.numeric(uid, RPL_ADMINLOC1, &format!(":{} IRC network", s.network));
|
||||
let network = s.network.clone();
|
||||
let m = s.trf("{0} IRC network", &[network.as_str()]);
|
||||
s.numeric(uid, RPL_ADMINLOC1, &format!(":{m}"));
|
||||
s.numeric(
|
||||
uid,
|
||||
RPL_ADMINLOC2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue