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

getBy

[jvm]
abstract suspend fun getBy(lemma: String, lang: String): GlossaryTermModel?

Get a term given its lemma and language.

Return

GlossaryTermModel or null if no such term exists

Parameters

jvm

   
lemma Term lemma
lang Language code (ISO 639-1)