//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.formats/ExportResourcesUseCase/invoke
invoke
[jvm]
abstract suspend operator fun invoke(segments: List<SegmentModel>, path: String, lang: String, type: ResourceFileType)
Export a list of segments as a resouce file in a given fromat.
Parameters
jvm
segments | Segments to export |
path | Destination path |
lang | Language code |
type | Resource type |