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

InvalidPlaceholders

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

Placeholders validation content.

Constructors

   
InvalidPlaceholders [jvm]
constructor(references: List<InvalidPlaceholderReference> = emptyList())
Create InvalidPlaceholders

Properties

Name Summary
references [jvm]
val references: List<InvalidPlaceholderReference>
list of references to messages containing invalid placeholders