MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.panel.matches.presentation/TranslationMemoryComponent/Intent/Load

Load

data class Load(val key: String, val projectId: Int, val languageId: Int) : TranslationMemoryComponent.Intent

Load the TM matches for the message with a given key.

Parameters

jvm

   
key message key
projectId Project ID
languageId Language ID

Constructors

   
Load [jvm]
constructor(key: String, projectId: Int, languageId: Int)

Properties

Name Summary
key [jvm]
val key: String
languageId [jvm]
val languageId: Int
projectId [jvm]
val projectId: Int