Duplicate Hebrew strings on build for legacy locale code

This commit is contained in:
arkon
2020-04-07 22:32:27 -04:00
parent be6a209fe9
commit b2fba5083b
3 changed files with 16 additions and 6 deletions

View File

@ -64,8 +64,8 @@ object LocaleHelper {
}
}
/*Return Locale from string language code
/**
* Return Locale from string language code
*/
private fun getLocale(lang: String): Locale {
val sp = lang.split("_", "-")