MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.glossary.usecase/ExportGlossaryUseCase

ExportGlossaryUseCase

interface ExportGlossaryUseCase

Contract for the export glossary use case.

Inheritors

 
DefaultExportGlossaryUseCase

Functions

Name Summary
invoke [jvm]
abstract suspend operator fun invoke(path: String)
Export the global glossary content as a CSV file at a given path..