MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

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