MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.tm.persistence.dao/MemoryEntryDao/create

create

[jvm]
abstract suspend fun create(model: TranslationMemoryEntryModel): Int

Create a new translation memory entry.

Return

ID of the newly created entry

Parameters

jvm

   
model Model to insert