//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.glossary.repository/GlossaryTermRepository/getAssociated
getAssociated
[jvm]
abstract suspend fun getAssociated(model: GlossaryTermModel, otherLang: String): List<GlossaryTermModel>
Get all the terms associated with the given one.
Return
list of associated terms in the target language (if any)
Parameters
jvm
model | Source term |
otherLang | Target language code |