//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.messages.presentation/MessageListComponent/Intent/IgnoreWordInSpelling
IgnoreWordInSpelling
data class IgnoreWordInSpelling(val word: String) : MessageListComponent.Intent
Ignore a given word in spelling for the current language adding it to a user defined dictionary.
Parameters
jvm
word | word to ignore |
Constructors
IgnoreWordInSpelling | [jvm] constructor(word: String) |
Properties
Name | Summary |
---|---|
word | [jvm] val word: String |