MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

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

areAssociated

[jvm]
abstract suspend fun areAssociated(sourceId: Int, targetId: Int): Boolean

Determine whether two glossary terms are associated.

Return

true if the terms are associated, false otherwise

Parameters

jvm

   
sourceId Source term ID
targetId Target term ID