MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.tm.repository/MemoryEntryRepository/getByIdentifier

getByIdentifier

[jvm]
abstract suspend fun getByIdentifier(identifier: String, origin: String, sourceLang: String, targetLang: String): TranslationMemoryEntryModel?

Get translation memory entries by identifier.

Return

TranslationMemoryEntryModel or null

Parameters

jvm

   
identifier Identifier (message key or tuid)
origin Origin of translation memory entries
sourceLang Source language code
targetLang Target language code