and gone
This commit is contained in:
@@ -277,7 +277,7 @@ public class Vars implements Loadable{
|
||||
}
|
||||
|
||||
Arrays.sort(locales, Structs.comparing(LanguageDialog::getDisplayName, String.CASE_INSENSITIVE_ORDER));
|
||||
locales = Seq.with(locales).and(new Locale("router")).toArray(Locale.class);
|
||||
locales = Seq.with(locales).add(new Locale("router")).toArray(Locale.class);
|
||||
}
|
||||
|
||||
Version.init();
|
||||
|
||||
Reference in New Issue
Block a user