MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.formats.ios/ParseIosResourcesUseCase

ParseIosResourcesUseCase

[jvm]
interface ParseIosResourcesUseCase

Contract for the parse iOS resources use case.

Functions

Name Summary
invoke [jvm]
abstract suspend operator fun invoke(path: String): List<SegmentModel>
Deserialize a list of messages from the iOS stringtable format.