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

Export

data class Export(val path: String, val type: ResourceFileType) : RootComponent.Intent

Export messages to a resource file.

Parameters

jvm

   
path file path
type resource type

Constructors

   
Export [jvm]
constructor(path: String, type: ResourceFileType)

Properties

Name Summary
path [jvm]
val path: String
type [jvm]
val type: ResourceFileType