MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.panel.validate.data/ValidationContent/SpellingMistakes

SpellingMistakes

[jvm]
data class SpellingMistakes(val references: List<SpellingMistakeReference> = emptyList()) : ValidationContent

Spelling mistakes content.

Constructors

   
SpellingMistakes [jvm]
constructor(references: List<SpellingMistakeReference> = emptyList())
Create SpellingMistakes

Properties

Name Summary
references [jvm]
val references: List<SpellingMistakeReference>
list of references to messages containing spelling mistakes