MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.project.usecase/ValidatePlaceholdersUseCase

ValidatePlaceholdersUseCase

[jvm]
interface ValidatePlaceholdersUseCase

Contract for the placeholder validation use case.

Types

Name Summary
Output [jvm]
interface Output
Result of the validation.

Functions

Name Summary
invoke [jvm]
abstract suspend operator fun invoke(pairs: List<Pair<SegmentModel, SegmentModel>>): ValidatePlaceholdersUseCase.Output