MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.panel.machinetranslation.presentation/MachineTranslationComponent/Effect/CopySource

CopySource

[jvm]
data class CopySource(val value: String) : MachineTranslationComponent.Effect

Events triggered when the content of the suggestion field from MT needs to be copied into the translation editor.

Constructors

   
CopySource [jvm]
constructor(value: String)

Properties

Name Summary
value [jvm]
val value: String