Browse Source
Update LocaleUtils.java
renovate/org.robolectric-robolectric-4.x
Austin Huang
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
app/src/main/java/awais/instagrabber/utils/LocaleUtils.java
|
|
@ -82,7 +82,7 @@ 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"; |
|
|
|
} |
|
|
|
|
|
|
|