MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

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

isStillReferenced

[jvm]
abstract suspend fun isStillReferenced(id: Int): Boolean

Determine whether a term still referenced by at least another term in the glossary.

Return

true if there is at least another term associated with it, false otherwise

Parameters

jvm

   
id Term ID