//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.formats/ImportResourcesUseCase/invoke
invoke
[jvm]
abstract suspend operator fun invoke(path: String, type: ResourceFileType): List<SegmentModel>
Import the content of a resource file as a list of segments.
Return
segments to be imported
Parameters
jvm
path | Source path |
type | Resource type |