Add translation key for /alts output (#5595)

Co-authored-by: JRoy <10731363+JRoy@users.noreply.github.com>
This commit is contained in:
Charles DeLancey 2024-11-24 21:28:49 -05:00 committed by GitHub
parent f02eeecee8
commit 9590d4cd75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -216,7 +216,7 @@ public class Commandseen extends EssentialsCommand {
if (matches.size() > 0) {
sender.sendTl("matchingIPAddress");
sender.sendMessage(StringUtil.joinList(matches));
sender.sendTl("matchingAccounts", StringUtil.joinList(matches));
} else {
sender.sendTl("noMatchingPlayers");
}

View File

@ -750,6 +750,7 @@ mailSentToExpire=<secondary>{0}<primary> has been sent the following mail which
mailTooLong=<dark_red>Mail message too long. Try to keep it below 1000 characters.
markMailAsRead=<primary>To mark your mail as read, type<secondary> /mail clear<primary>.
matchingIPAddress=<primary>The following players previously logged in from that IP address\:
matchingAccounts={0}
maxHomes=<dark_red>You cannot set more than<secondary> {0} <dark_red>homes.
maxMoney=<dark_red>This transaction would exceed the balance limit for this account.
mayNotJail=<dark_red>You may not jail that person\!