修复语言设置中英语选项名称错误的问题 (#3612)
This commit is contained in:
@@ -37,7 +37,7 @@ public final class Locales {
|
||||
/**
|
||||
* English
|
||||
*/
|
||||
public static final SupportedLocale EN = new SupportedLocale(Locale.ENGLISH);
|
||||
public static final SupportedLocale EN = new SupportedLocale(Locale.ROOT);
|
||||
|
||||
/**
|
||||
* Spanish
|
||||
|
||||
Reference in New Issue
Block a user