MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.panel.memory.presentation/BrowseMemoryComponent/Intent/DeleteEntry

DeleteEntry

data class DeleteEntry(val index: Int) : BrowseMemoryComponent.Intent

Delete an entry from the translation memory.

Parameters

jvm

   
index index of the entry to delete

Constructors

   
DeleteEntry [jvm]
constructor(index: Int)

Properties

Name Summary
index [jvm]
val index: Int