MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//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