MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.core.localization.data/LocalizableString

LocalizableString

[jvm]
data class LocalizableString(val key: String, val value: String)

Representation of a UI message.

Constructors

   
LocalizableString [jvm]
constructor(key: String, value: String)
Create LocalizableString

Properties

Name Summary
key [jvm]
val key: String
Message key (ID)
value [jvm]
val value: String
Message translation