mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-19 01:27:18 -04:00
Back to
This commit is contained in:
parent
168a763000
commit
0b9acafeb4
@ -8,7 +8,7 @@ public class DisplayableLocale {
|
||||
private static Locale processStringLocale(String locale) {
|
||||
if (locale.contains("-")) {
|
||||
String[] split = locale.split("-");
|
||||
return new Locale(split[0] /*, split[1] */);
|
||||
return new Locale(split[0], split[1]);
|
||||
} else {
|
||||
return new Locale(locale);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user