MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.glossary.repository/GlossaryTermRepository/getAllAssociated

getAllAssociated

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

Get all the terms associated with the given one, regardless of the language.

Return

list of all associated terms

Parameters

jvm

   
model Source term