mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-11-20 21:06:32 +00:00
Update LocaleUtils.java
This commit is contained in:
parent
4f7f2c9f79
commit
a351b57b80
1 changed files with 2 additions and 2 deletions
|
|
@ -82,10 +82,10 @@ public final class LocaleUtils {
|
|||
case 20: return "ja";
|
||||
case 21: return "el";
|
||||
case 22: return "eu";
|
||||
case 23: return "sv-SE";
|
||||
case 23: return "sv";
|
||||
case 24: return "ko";
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue