Translations
TranslationSource
Bases: str, Enum
Define where the translation comes from.
Translation
Bases: StrictModel
Represent a translation
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
name
|
str
|
The translation |
required |
source
|
TranslationSource
|
The source of the translation |
required |
Translations
Bases: StrictModel
Represent the translations model for a taxon
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
fr
|
Translation
|
French translation |
required |
en
|
Translation
|
English translation |
required |
de
|
Translation
|
German translation |
required |
it
|
Translation
|
Italian translation |
required |