MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.dialog.newterm.presentation/NewGlossaryTermComponent/Effect/Done

Done

[jvm]
data class Done(val pair: GlossaryTermPair) : NewGlossaryTermComponent.Effect

Event emitted after successful submission.

Constructors

   
Done [jvm]
constructor(pair: GlossaryTermPair)

Properties

Name Summary
pair [jvm]
val pair: GlossaryTermPair