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

ImportGlossary

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

Import a CSV file into the glossary.

Parameters

jvm

   
path file path

Constructors

   
ImportGlossary [jvm]
constructor(path: String)

Properties

Name Summary
path [jvm]
val path: String