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

associate

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

Create an association between two terms.

Parameters

jvm

   
sourceId Source term ID
targetId Target term ID