MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.main.dialog.settings.presentation/SettingsComponent/Intent/GenerateMachineTranslationKey

GenerateMachineTranslationKey

data class GenerateMachineTranslationKey(val username: String, val password: String) : SettingsComponent.Intent

Generate a machine translation API key.

Parameters

jvm

   
username user’s username
password user’s password

Constructors

   
GenerateMachineTranslationKey [jvm]
constructor(username: String, password: String)

Properties

Name Summary
password [jvm]
val password: String
username [jvm]
val username: String