MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.panel.machinetranslation.presentation/MachineTranslationComponent/Intent/Load

Load

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

Load the data for the message with a given key. No suggestion is retrieved until the retrieve method is called. This is intended to reduce the request number and not exceed the service quota.

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