MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.panel.validate.presentation/ValidateComponent/Effect/Selection

Selection

[jvm]
data class Selection(val key: String) : ValidateComponent.Effect

Events triggered when a reference to a message is selected with the key of the message

Constructors

   
Selection [jvm]
constructor(key: String)

Properties

Name Summary
key [jvm]
val key: String