MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.glossary.persistence.dao/GlossaryTermDao/getAllAssociated

getAllAssociated

[jvm]
abstract suspend fun getAllAssociated(model: GlossaryTermModel): List<GlossaryTermModel>

Get all terms associated with a given term no matter the language.

Return

list of associated terms

Parameters

jvm

   
model Term (source)