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

areAssociated

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

Determine whether two terms are associated.

Return

true if the terms are associated, false otherwise

Parameters

jvm

   
sourceId Source term ID
targetId Target term ID