From 013e8fcda581ad8d7cbb93e96eccd285271e6e2c Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Sun, 27 Jun 2021 15:23:11 +0200 Subject: [PATCH] Leave a note where to get additional translations --- .../java/com/plotsquared/core/configuration/Settings.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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;