Translations
The Translations Data Model describes the properties of a Set or Set List's name translated in various alternate languages.
- Parent model: Set
- Parent property:
translations
TypeScript Model
Toggle Model
TypeScript
export type Translations = {
"Ancient Greek"?: string;
Arabic?: string;
"Chinese Simplified"?: string;
"Chinese Traditional"?: string;
French?: string;
German?: string;
Hebrew?: string;
Italian?: string;
Japanese?: string;
Korean?: string;
Latin?: string;
Phyrexian?: string;
"Portuguese (Brazil)"?: string;
Russian?: string;
Sanskrit?: string;
Spanish?: string;
};
Model Properties
Ancient Greek O
The set name translation in Ancient Greek.
- Type:
string
- Introduced:
v4.6.0
Arabic O
The set name translation in Arabic.
- Type:
string
- Introduced:
v4.6.0
Chinese Simplified O
The set name translation in Chinese Simplified.
- Type:
string
- Introduced:
v4.0.0
Chinese Traditional O
The set name translation in Chinese Traditional.
- Type:
string
- Introduced:
v4.0.0
French O
The set name translation in French.
- Type:
string
- Introduced:
v4.0.0
German O
The set name translation in German.
- Type:
string
- Introduced:
v4.0.0
Hebrew O
The set name translation in Hebrew.
- Type:
string
- Introduced:
v4.6.0
Italian O
The set name translation in Italian.
- Type:
string
- Introduced:
v4.0.0
Japanese O
The set name translation in Japanese.
- Type:
string
- Introduced:
v4.0.0
Korean O
The set name translation in Korean.
- Type:
string
- Introduced:
v4.0.0
Latin O
The set name translation in Latin.
- Type:
string
- Introduced:
v4.6.0
Phyrexian O
The set name translation in Phyrexian.
- Type:
string
- Introduced:
v4.7.0
Portuguese (Brazil) O
The set name translation in Portuguese (Brazil).
- Type:
string
- Introduced:
v4.0.0
Russian O
The set name translation in Russian.
- Type:
string
- Introduced:
v4.0.0
Sanskrit O
The set name translation in Sanskrit.
- Type:
string
- Introduced:
v4.6.0
Spanish O
The set name translation in Spanish.
- Type:
string
- Introduced:
v4.0.0