MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.formats.po/ExportPoUseCase

ExportPoUseCase

interface ExportPoUseCase

Contract for the export PO resources use case.

Inheritors

 
DefaultExportPoUseCase

Functions

Name Summary
invoke [jvm]
abstract suspend operator fun invoke(segments: List<SegmentModel>, path: String, lang: String)
Serialize the list of segments into the Gettext PO format and save it to a destination.