1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 01:06:39 +02:00

Fix finding gettext on Windows.

Unfortunately we need to move our escape character from 0x1A to 0x1B
because newer versions of gettext treat the former as an EOF character.
This commit is contained in:
Sadie Powell
2026-02-07 21:17:52 +00:00
parent e7aa0cb583
commit aef1925b1d
44 changed files with 631 additions and 615 deletions
+7 -7
View File
@@ -603,7 +603,7 @@ public:
source.Reply(_(
"Offer stock vhosts to unprivileged users."
"\n"
"The \002%s\032ADD\002 command adds an offered vhost. If "
"The \002%s\033ADD\002 command adds an offered vhost. If "
"\037expiry\037 is provided then the offered vhost will only be "
"available for a limited time. The \037vhost\037 field may "
"contain template variables. The supported template variables "
@@ -614,16 +614,16 @@ public:
" \002{regdate}\002 - The YYYY-MM-DD date at which your nick was registered.\n"
" \002{regepoch}\002 - The UNIX time at which your nick was registered.\n"
"\n"
"The \002%s\032CLEAR\002 command removes all offered vhosts.\n"
"The \002%s\033CLEAR\002 command removes all offered vhosts.\n"
"\n"
"The \002%s\032DEL\002 command removes an offered vhost.\n"
"The \002%s\033DEL\002 command removes an offered vhost.\n"
"\n"
"The \002%s\032LIST\002 command displays the offered vhosts, or "
"The \002%s\033LIST\002 command displays the offered vhosts, or "
"optionally only those offered vhosts which match the given "
"mask."
"\n\n"
"The \002%s\032VIEW\002 command is a more verbose version of "
"the \002%s\032LIST\002 command."
"The \002%s\033VIEW\002 command is a more verbose version of "
"the \002%s\033LIST\002 command."
),
source.command.c_str(),
source.command.c_str(),
@@ -898,7 +898,7 @@ public:
" \002{regdate}\002 - The YYYY-MM-DD date at which your nick was registered.\n"
" \002{regepoch}\002 - The UNIX time at which your nick was registered.\n"
"\n"
"With \002%s\032TAKE\002 an offered vhost will be applied. You "
"With \002%s\033TAKE\002 an offered vhost will be applied. You "
"must specify the offered template variable or the entry number "
"for the offered vhost you want to use. Once a vhost is taken "
"you can not take another one for %s."