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

InvalidPlaceholderReference

[jvm]
data class InvalidPlaceholderReference(val key: String, val extraPlaceholders: List<String>, val missingPlaceholders: List<String>)

Invalid placeholder reference.

Constructors

   
InvalidPlaceholderReference [jvm]
constructor(key: String, extraPlaceholders: List<String>, missingPlaceholders: List<String>)
Create InvalidPlaceholderReference

Properties

Name Summary
extraPlaceholders [jvm]
val extraPlaceholders: List<String>
placeholders in the target message that are not found in the source message
key [jvm]
val key: String
message key
missingPlaceholders [jvm]
val missingPlaceholders: List<String>
placeholders in the source message that are not found in the target message