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/SaveCurrentProject

SaveCurrentProject

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

Save the current project.

Parameters

jvm

   
path path of the TMX file

Constructors

   
SaveCurrentProject [jvm]
constructor(path: String)

Properties

Name Summary
path [jvm]
val path: String