//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.main.presentation/RootComponent/Intent/OpenProject
OpenProject
data class OpenProject(val path: String) : RootComponent.Intent
Loads a translation project from disk.
Parameters
jvm
| path | path of the TMX file |
Constructors
| OpenProject | [jvm] constructor(path: String) |
Properties
| Name | Summary |
|---|---|
| path | [jvm] val path: String |