diff --git a/Core/src/main/java/com/plotsquared/core/configuration/Settings.java b/Core/src/main/java/com/plotsquared/core/configuration/Settings.java index 921f8d8c1..8d4ac9b48 100644 --- a/Core/src/main/java/com/plotsquared/core/configuration/Settings.java +++ b/Core/src/main/java/com/plotsquared/core/configuration/Settings.java @@ -760,7 +760,10 @@ public class Settings extends Config { public static boolean COMPONENT_PRESETS = true; @Comment("Enable per user locale") public static boolean PER_USER_LOCALE = false; - @Comment("The default locale") + @Comment({"The default locale. Before changing the language, make sure you downloaded the appropriate file and put it " + + "in the 'lang' folder.", + "You can find additional translations here: https://intellectualsites.crowdin.com/plotsquared" + }) public static String DEFAULT_LOCALE = "en"; @Comment("Use UUID cache to complete usernames") public static boolean EXTENDED_USERNAME_COMPLETION = true;