MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.formats.resx/ExportResxUseCase

ExportResxUseCase

[jvm]
interface ExportResxUseCase

Contract for the export resx resources use case.

Functions

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