#423 Make seeownaccounts / seeotheraccounts messages translatable

This commit is contained in:
ljacqu
2016-06-13 21:45:21 +02:00
parent b7015f56c2
commit 043ee90254
4 changed files with 16 additions and 9 deletions
@@ -139,7 +139,11 @@ public enum MessageKey {
INVALID_NAME_CASE("invalid_name_case", "%valid", "%invalid"),
TEMPBAN_MAX_LOGINS("tempban_max_logins");
TEMPBAN_MAX_LOGINS("tempban_max_logins"),
ACCOUNTS_OWNED_SELF("accounts_owned_self", "%count"),
ACCOUNTS_OWNED_OTHER("accounts_owned_other", "%name", "%count");
private String key;
private String[] tags;