MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.presentation/TranslateComponent/Intent/ExportTmx

ExportTmx

data class ExportTmx(val path: String) : TranslateComponent.Intent

Export the global TM as a TMX file.

Parameters

jvm

   
path destination path

Constructors

   
ExportTmx [jvm]
constructor(path: String)

Properties

Name Summary
path [jvm]
val path: String