1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:04:47 +02:00

Unmark a message with no translatable content as translatable.

This commit is contained in:
Sadie Powell
2025-11-25 00:37:29 +00:00
parent 52063fe05f
commit 08bebeb9f0
2 changed files with 3 additions and 6 deletions
+2 -5
View File
@@ -16,8 +16,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Anope\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 00:31+0000\n"
"PO-Revision-Date: 2025-11-25 00:32+0000\n"
"POT-Creation-Date: 2025-11-25 00:37+0000\n"
"PO-Revision-Date: 2025-11-25 00:37+0000\n"
"Last-Translator: Sadie Powell <sadie@witchery.services>\n"
"Language-Team: English\n"
"Language: en_US\n"
@@ -2015,9 +2015,6 @@ msgstr ""
msgid "Bot won't kick for repeats anymore."
msgstr ""
msgid "CLEAR"
msgstr ""
msgid "CLEAR target"
msgstr ""
+1 -1
View File
@@ -573,7 +573,7 @@ public:
{
this->SetDesc(_("Manipulate the host offer list"));
this->SetSyntax(_("ADD [+\037expiry\037] \037vhost\037 [\037reason\037]"));
this->SetSyntax(_("CLEAR"));
this->SetSyntax("CLEAR");
this->SetSyntax(_("DEL {\037vhost\037 | \037entry-num\037 | \037list\037}"));
this->SetSyntax(_("LIST [\037vhost-mask\037 | \037entry-num\037 | \037list\037]"));
this->SetSyntax(_("VIEW [\037vhost-mask\037 | \037entry-num\037 | \037list\037]"));