MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

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

create

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

Create a new glossary term.

Return

ID of the newly created term

Parameters

jvm

   
model Term to insert