//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.glossary.persistence.dao/DefaultGlossaryTermDao/getAssociated
getAssociated
[jvm]
open suspend override fun getAssociated(model: GlossaryTermModel, otherLang: String): List<GlossaryTermModel>
Get the terms associated with a given term.
Return
list of associated terms
Parameters
jvm
model | Term (source) |
otherLang | Target language code |