mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-21 19:30:47 +02:00
Merge pull request #1444 from newrizen/Fix-TranslatableRichTextViewer.kt
Fix hyphen applied in all languages in TranslatableRichTextViewer.kt
This commit is contained in:
@@ -173,7 +173,7 @@ private fun TranslationMessage(
|
||||
text =
|
||||
buildAnnotatedString {
|
||||
appendLink(stringRes(R.string.translations_auto), textColor) { langSettingsPopupExpanded = !langSettingsPopupExpanded }
|
||||
append("-${stringRes(R.string.translations_translated_from)} ")
|
||||
append(" ${stringRes(R.string.translations_translated_from)} ")
|
||||
appendLink(Locale(source).displayName, textColor) { onChangeWhatToShow(true) }
|
||||
append(" ${stringRes(R.string.translations_to)} ")
|
||||
appendLink(Locale(target).displayName, textColor) { onChangeWhatToShow(false) }
|
||||
|
Reference in New Issue
Block a user