1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 16:43:12 +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
+2 -2
View File
@@ -62,7 +62,7 @@ public:
}
help.SendTo(source);
source.Reply(_("Type \002%s\032\037option\037\002 for more information on a specific option."),
source.Reply(_("Type \002%s\033\037option\037\002 for more information on a specific option."),
source.service->GetQueryCommand("generic/help", this_name).c_str());
return true;
@@ -107,7 +107,7 @@ public:
help.SendTo(source);
source.Reply(_(
"Type \002%s\032\037option\037\002 for more information "
"Type \002%s\033\037option\037\002 for more information "
"on a specific option. The options will be set on the given "
"\037nickname\037."
),