//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.mt.repository.datasource/MachineTranslationDataSource/contributeTranslation
contributeTranslation
[jvm]
abstract suspend fun contributeTranslation(sourceMessage: String, sourceLang: String, targetMessage: String, targetLang: String, key: String? = null)
Share a translation to the remote provider.
Parameters
jvm
sourceMessage | Source message |
sourceLang | Source language code |
targetMessage | Target message |
targetLang | Target language code |
key | API key (optional) |