MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.panel.matches.presentation/TranslationMemoryComponent/Effect/Copy

Copy

[jvm]
data class Copy(val value: String) : TranslationMemoryComponent.Effect

Events triggered when a TM message should be copied into the translation editor

Constructors

   
Copy [jvm]
constructor(value: String)

Properties

Name Summary
value [jvm]
val value: String