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/Intent

Intent

interface Intent

View intents.

Inheritors

 
SetSourceTerm
SetTargetTerm
Submit

Types

Name Summary
SetSourceTerm [jvm]
data class SetSourceTerm(val value: String) : NewGlossaryTermComponent.Intent
Set source term.
SetTargetTerm [jvm]
data class SetTargetTerm(val value: String) : NewGlossaryTermComponent.Intent
Set target term.
Submit [jvm]
object Submit : NewGlossaryTermComponent.Intent
Confirm the inserted term pair.