Normalize some locale names

This commit is contained in:
arkon
2024-01-06 18:14:45 -05:00
parent 89678ebb17
commit 36f307e3bb
3 changed files with 16 additions and 7 deletions
@@ -77,7 +77,7 @@ internal fun GlobalSearchContent(
title = fromSourceId?.let {
"${source.name}".takeIf { source.id == fromSourceId }
} ?: source.name,
subtitle = LocaleHelper.getDisplayName(source.lang),
subtitle = LocaleHelper.getLocalizedDisplayName(source.lang),
onClick = { onClickSource(source) },
) {
when (result) {