//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.formats.po/ParsePoUseCase
ParsePoUseCase
interface ParsePoUseCase
Contract for the parse Android resources use case.
Inheritors
| DefaultParsePoUseCase | 
Functions
| Name | Summary | 
|---|---|
| invoke | [jvm] abstract suspend operator fun invoke(path: String): List<SegmentModel> Deserialize a list of messages from the Gettext PO format.  |