MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.dialog.newterm.presentation/GlossaryTermPair

GlossaryTermPair

[jvm]
data class GlossaryTermPair(val sourceLemma: String, val targetLemma: String)

Glossary term pair.

Constructors

   
GlossaryTermPair [jvm]
constructor(sourceLemma: String, targetLemma: String)
Create GlossaryTermPair

Properties

Name Summary
sourceLemma [jvm]
val sourceLemma: String
lemma in the source language
targetLemma [jvm]
val targetLemma: String
lemma in the target language