MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.formats/ImportResourcesUseCase

ImportResourcesUseCase

[jvm]
interface ImportResourcesUseCase

Contract for the import resources use case.

Functions

Name Summary
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.