mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Leave a note where to get additional translations
This commit is contained in:
parent
f4ff9c0336
commit
013e8fcda5
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user