MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.main.presentation/RootComponent/Intent/ExportGlossary

ExportGlossary

data class ExportGlossary(val path: String) : RootComponent.Intent

Export the global glossary to a CSV file.

Parameters

jvm

   
path file path

Constructors

   
ExportGlossary [jvm]
constructor(path: String)

Properties

Name Summary
path [jvm]
val path: String