//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.tm.repository/MemoryEntryRepository/create
create
[jvm]
abstract suspend fun create(model: TranslationMemoryEntryModel): Int
Create a new translation memory.
Return
ID of the newly created entry
Parameters
jvm
model | Model |