mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
Fix dodgy TL strings to make them easier to translate
This commit is contained in:
parent
92a3ed9eca
commit
6d109e92a5
10 changed files with 49 additions and 43 deletions
|
|
@ -646,13 +646,13 @@ func GenerateHelpIndex(lm *languages.Manager, forOpers bool) map[string]string {
|
|||
defaultHelpIndex := `= Help Topics =
|
||||
|
||||
Commands:
|
||||
%s
|
||||
%[1]s
|
||||
|
||||
RPL_ISUPPORT Tokens:
|
||||
%s
|
||||
%[2]s
|
||||
|
||||
Information:
|
||||
%s`
|
||||
%[3]s`
|
||||
|
||||
newHelpIndex := make(map[string]string)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue