Leave a note where to get additional translations

This commit is contained in:
NotMyFault 2021-06-27 15:23:11 +02:00
parent f4ff9c0336
commit 013e8fcda5
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

View File

@ -760,7 +760,10 @@ public class Settings extends Config {
public static boolean COMPONENT_PRESETS = true; public static boolean COMPONENT_PRESETS = true;
@Comment("Enable per user locale") @Comment("Enable per user locale")
public static boolean PER_USER_LOCALE = false; 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"; public static String DEFAULT_LOCALE = "en";
@Comment("Use UUID cache to complete usernames") @Comment("Use UUID cache to complete usernames")
public static boolean EXTENDED_USERNAME_COMPLETION = true; public static boolean EXTENDED_USERNAME_COMPLETION = true;