Update LocaleUtils.java

This commit is contained in:
Austin Huang 2021-05-21 15:18:40 -04:00 committed by GitHub
parent 4f7f2c9f79
commit a351b57b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}
}