Skip to content

Interface.TranslationMemoryLanguageDirection

Octavian Condre edited this page Jul 25, 2024 · 2 revisions

Trados User Interface Extensibility v0.1.13 / TranslationMemoryLanguageDirection

Interface: TranslationMemoryLanguageDirection

A language direction representation specific to translation memories.

Export

TranslationMemoryLanguageDirection

Properties

languageDirection?

optional languageDirection: SimpleLanguageDirection

Memberof

TranslationMemoryLanguageDirection

Source

lc-public-api/models/index.ts:10564


translationUnits?

optional translationUnits: number

The number of translation units for this language pair. Sum up all language pairs to get the total for the translation memory.

Memberof

TranslationMemoryLanguageDirection

Source

lc-public-api/models/index.ts:10570


unalignedTranslationUnits?

optional unalignedTranslationUnits: number

The number of translation units that are unaligned for this language pair. Sum up all language pairs to get the total for the translation memory.

Memberof

TranslationMemoryLanguageDirection

Source

lc-public-api/models/index.ts:10576

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally