//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.main.presentation/RootComponent/Intent/ImportGlossary
ImportGlossary
data class ImportGlossary(val path: String) : RootComponent.Intent
Import a CSV file into the glossary.
Parameters
jvm
path | file path |
Constructors
ImportGlossary | [jvm] constructor(path: String) |
Properties
Name | Summary |
---|---|
path | [jvm] val path: String |