Localized BedrockAutoLogin

This commit is contained in:
HaHaWTH
2023-11-12 11:31:47 +08:00
parent f2ccbf72a8
commit e69ba501da
6 changed files with 19 additions and 2 deletions
@@ -4,6 +4,11 @@ package fr.xephi.authme.message;
* Keys for translatable messages managed by {@link Messages}.
*/
public enum MessageKey {
/**
* Bedrock auto login success!
*/
BEDROCK_AUTO_LOGGED_IN("bedrock_auto_login.success"),
/**
* %random Verification
*/
@@ -150,6 +150,7 @@ public class MessageUpdater {
.put("time", "Time units")
.put("two_factor", "Two-factor authentication")
.put("gui_captcha", "3rd party features: GUI Captcha")
.put("bedrock_auto_login", "3rd party features: Bedrock Auto Login")
.build();
Set<String> addedKeys = new HashSet<>();