//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.panel.matches.presentation/TranslationMemoryComponent/Intent/CopyTranslation
CopyTranslation
data class CopyTranslation(val index: Int) : TranslationMemoryComponent.Intent
Copy the match with a given index into the translation field.
Parameters
jvm
| index | match index |
Constructors
| CopyTranslation | [jvm] constructor(index: Int) |
Properties
| Name | Summary |
|---|---|
| index | [jvm] val index: Int |