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

Import

data class Import(val path: String, val type: ResourceFileType) : TranslateComponent.Intent

Import a list of message for the current language from a resource file.

Parameters

jvm

   
path file path
type resource type

Constructors

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

Properties

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