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