MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.presentation/TranslateComponent/Intent/Save

Save

data class Save(val path: String) : TranslateComponent.Intent

Save the current project to a TMX file.

Parameters

jvm

   
path file path

Constructors

   
Save [jvm]
constructor(path: String)

Properties

Name Summary
path [jvm]
val path: String