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/Intent/CopyTranslation

CopyTranslation

data class CopyTranslation(val value: String) : MachineTranslationComponent.Intent

Programmatically update the value of the suggestion.

Parameters

jvm

   
value suggestion to set

Constructors

   
CopyTranslation [jvm]
constructor(value: String)

Properties

Name Summary
value [jvm]
val value: String