MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.projects.presentation/ProjectsComponent/Intent/ExportTmx

ExportTmx

data class ExportTmx(val path: String) : ProjectsComponent.Intent

Export the TM content to a TMX file.

Parameters

jvm

   
path Path

Constructors

   
ExportTmx [jvm]
constructor(path: String)

Properties

Name Summary
path [jvm]
val path: String