MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.spellcheck.data

Package-level declarations

Types

Name Summary
SpellCheckCorrection [jvm]
data class SpellCheckCorrection(val indices: IntRange = IntRange.EMPTY, val value: String = "", val suggestions: List<String> = emptyList())
Spelling check correction.