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

Intent

interface Intent

View intents.

Inheritors

 
LoadInvalidPlaceholders
LoadSpellingMistakes
Clear
SelectItem

Types

Name Summary
Clear [jvm]
object Clear : ValidateComponent.Intent
Clear the panel content.
LoadInvalidPlaceholders [jvm]
data class LoadInvalidPlaceholders(val projectId: Int, val languageId: Int, val invalidKeys: List<String>) : ValidateComponent.Intent
Load a list of invalid placeholder references.
LoadSpellingMistakes [jvm]
data class LoadSpellingMistakes(val errors: Map<String, List<String>>) : ValidateComponent.Intent
Load a list of spelling mistake references.
SelectItem [jvm]
data class SelectItem(val value: Int) : ValidateComponent.Intent
Select an reference, triggering Effect.Selection.