//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.main.presentation/RootComponent/Intent/ExportTmx
ExportTmx
data class ExportTmx(val path: String) : RootComponent.Intent
Export the current TM content to a TMX file.
Parameters
jvm
path | TMX file path |
Constructors
ExportTmx | [jvm] constructor(path: String) |
Properties
Name | Summary |
---|---|
path | [jvm] val path: String |