MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

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

disassociate

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

Remove the association between two terms.

Parameters

jvm

   
sourceId Source term ID
targetId Target term ID