MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.messages.presentation/MessageListComponent/Effect/AddToGlossary

AddToGlossary

[jvm]
data class AddToGlossary(val lemma: String, val lang: String) : MessageListComponent.Effect

Events emitted when new terms should be added to the glossary.

Constructors

   
AddToGlossary [jvm]
constructor(lemma: String, lang: String)

Properties

Name Summary
lang [jvm]
val lang: String
lemma [jvm]
val lemma: String