//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.presentation/TranslateComponent/Intent/AddGlossaryTerm
AddGlossaryTerm
data class AddGlossaryTerm(val source: String?, val target: String?) : TranslateComponent.Intent
Add a new glossary term.
Parameters
jvm
source | source term |
target | target term |
Constructors
AddGlossaryTerm | [jvm] constructor(source: String?, target: String?) |
Properties
Name | Summary |
---|---|
source | [jvm] val source: String? |
target | [jvm] val target: String? |