//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.panel.validate.presentation/ValidateComponent/Intent/LoadSpellingMistakes
LoadSpellingMistakes
data class LoadSpellingMistakes(val errors: Map<String, List<String>>) : ValidateComponent.Intent
Load a list of spelling mistake references.
Parameters
jvm
errors | list of spelling errors (message key to list of incorrect words) |
Constructors
LoadSpellingMistakes | [jvm] constructor(errors: Map<String, List<String>>) |
Properties
Name | Summary |
---|---|
errors | [jvm] val errors: Map<String, List<String>> |