MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.tm.usecase/ExportTmxUseCase

ExportTmxUseCase

[jvm]
interface ExportTmxUseCase

Contract for the export TMX use case.

Functions

Name Summary
invoke [jvm]
abstract suspend operator fun invoke(sourceLang: String, path: String)
Export the TM content into a TMX file.