Skip to content

@gracious.tech/fetch-client / collection / GetTranslationsItem

Interface: GetTranslationsItem

collection.GetTranslationsItem

Properties

id

id: string

NOTE Keeps flat structure for better dev experience

Defined in

client/src/collection.ts:54


language

language: string

Defined in

client/src/collection.ts:55


direction

direction: "ltr" | "rtl"

Defined in

client/src/collection.ts:56


year

year: number

Defined in

client/src/collection.ts:57


attribution

attribution: string

Defined in

client/src/collection.ts:58


attribution_url

attribution_url: string

Defined in

client/src/collection.ts:59


licenses

licenses: RuntimeLicense[]

Defined in

client/src/collection.ts:60


tags

tags: TranslationTag[]

Defined in

client/src/collection.ts:61


liternalness

liternalness: TranslationLiteralness

Defined in

client/src/collection.ts:62


name

name: string

Local name of translation (falls back to English)

Defined in

client/src/collection.ts:64


name_abbrev

name_abbrev: string

Local abbreviation of translation (falls back to English)

Defined in

client/src/collection.ts:66


name_english

name_english: string

English name of translation (may not exist)

Defined in

client/src/collection.ts:68


name_english_abbrev

name_english_abbrev: string

English abbreviation of translation (may not exist)

Defined in

client/src/collection.ts:70


name_local

name_local: string

Local name of translation (may not exist)

Defined in

client/src/collection.ts:72


name_local_abbrev

name_local_abbrev: string

Local abbreviation of translation (may not exist)

Defined in

client/src/collection.ts:74


name_bilingual

name_bilingual: string

Local name of translation with the English name in brackets when it differs

Defined in

client/src/collection.ts:76


name_bilingual_abbrev

name_bilingual_abbrev: string

Local abbreviation of translation with the English abbreviation in brackets when it differs

Defined in

client/src/collection.ts:78