Fix missing translation strings

This commit is contained in:
GregTCLTK 2020-06-20 16:41:47 +02:00
parent cee114a07f
commit b279a94a6d
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67
2 changed files with 4 additions and 2 deletions

View file

@ -49,8 +49,8 @@ public class LanguageCommand implements Command {
break;
default:
e.getTextChannel().sendMessage(e.getMessageEditor().getMessage(MessageEditor.MessageType.INFO,
"List",
"`de`, `en`, `es`, `fr`, `ru`, `tr`, `zh`")
"commands.settings.language.error.title", "",
"commands.settings.language.error.description", "`de`, `en`, `es`, `fr`, `ru`, `tr`, `zh`")
.build()).queue();
break;
}

View file

@ -325,6 +325,8 @@ commands.owner.blacklist.help.description = Blacklist a user for specific comman
commands.settings.language.success.title = Language set
commands.settings.language.success.description = `%extra%` is your new language now.
commands.settings.language.error.title = Language not found
commands.settings.language.error.description = Please choose one of the following language codes: %extra%
commands.settings.language.help.description = Sets the new primary language for a user.
commands.settings.prefix.success.title = Successfully set prefix
commands.settings.prefix.success.description = I successfully set the new prefix for you to `%extra%`.