update pl/en translations

This commit is contained in:
Dawid Wysokiński 2021-05-06 15:54:44 +02:00
parent 1fe8748b64
commit ad99e34658
3 changed files with 3 additions and 3 deletions

View File

@ -255,7 +255,7 @@ func (s *Session) handleHelpCommand(ctx *commandCtx, m *discordgo.MessageCreate,
SetURL("https://dcbot.tribalwarshelp.com/").
SetDescription(ctx.localizer.MustLocalize(&i18n.LocalizeConfig{
MessageID: message.HelpDescription,
DefaultMessage: message.FallbackMsg(message.HelpDescription, "Commands offered by the bot"),
DefaultMessage: message.FallbackMsg(message.HelpDescription, "Command list"),
})).
AddField(ctx.localizer.MustLocalize(&i18n.LocalizeConfig{
MessageID: message.HelpForAllUsers,

View File

@ -1,6 +1,6 @@
{
"help.title": "Help",
"help.description": "Commands offered by the bot.",
"help.description": "Command list",
"help.footer": "",
"help.forAllUsers": "For everyone",
"help.forAdmins": "For admins",

View File

@ -1,6 +1,6 @@
{
"help.title": "Pomoc",
"help.description": "Komendy oferowane przez bota.",
"help.description": "Lista komend",
"help.footer": "",
"help.forAllUsers": "Dla wszystkich",
"help.forAdmins": "Dla adminów",