MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

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