//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.projects.presentation/ProjectsComponent/Intent/Import
Import
data class Import(val path: String, val type: ResourceFileType) : ProjectsComponent.Intent
Import messages for the current language from a resource file.
Parameters
jvm
path | file source path |
type | resource type |
Constructors
Import | [jvm] constructor(path: String, type: ResourceFileType) |
Properties
Name | Summary |
---|---|
path | [jvm] val path: String |
type | [jvm] val type: ResourceFileType |