MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.glossary.usecase/DefaultImportGlossaryUseCase

DefaultImportGlossaryUseCase

[jvm]
class DefaultImportGlossaryUseCase(repository: GlossaryTermRepository, dispatchers: CoroutineDispatcherProvider) : ImportGlossaryUseCase

Constructors

   
DefaultImportGlossaryUseCase [jvm]
constructor(repository: GlossaryTermRepository, dispatchers: CoroutineDispatcherProvider)

Functions

Name Summary
invoke [jvm]
open suspend operator override fun invoke(path: String)
Import the terms contained in the CSV file at a given path into the global glossary.