Skip to content

Latest commit

 

History

History
265 lines (155 loc) · 8.94 KB

File metadata and controls

265 lines (155 loc) · 8.94 KB

Language

Definitions

Language (Language)

  • Type: Object
Key Description Details
id The language's identifier. An unique, increasing integer. See details
continent The continents this language is present on. See details
specializations? Language-specific specializations. Either a list of possible options or a indefinite description of what may be a specialization. See details
prerequisites? See details
max_level? The maximum possible level of the language. Only specified if lower than default of 3. See details
src See details
translations All translations for the entry, identified by IETF language tag (BCP47). See details

id

The language's identifier. An unique, increasing integer.

  • Type: Integer
  • Minimum: 1

continent

The continents this language is present on.

specializations?

Language-specific specializations. Either a list of possible options or a indefinite description of what may be a specialization.

prerequisites?

max_level?

The maximum possible level of the language. Only specified if lower than default of 3.

  • Type: Number
  • Default: 3
  • Minimum: 1
  • Maximum: 2

src

translations

All translations for the entry, identified by IETF language tag (BCP47).


Language/continent[]


Specializations


Specializations'Specific

  • Type: Object
Key Description Details
tag See details
specific See details

tag

  • Constant: "Specific"

specific


Specializations'Indefinite

  • Type: Object
Key Description Details
tag See details
indefinite See details

tag

  • Constant: "Indefinite"

indefinite


SpecificSpecializations

  • Type: Object
Key Description Details
list A list of specific possible specializations. See details

list

A list of specific possible specializations.


SpecificSpecializations/list[]


SpecificSpecialization

  • Type: Object
Key Description Details
id The specialization's identifier. An unique, increasing integer. See details
translations All translations for the entry, identified by IETF language tag (BCP47). See details

id

The specialization's identifier. An unique, increasing integer.

  • Type: Integer
  • Minimum: 1

translations

All translations for the entry, identified by IETF language tag (BCP47).


SpecificSpecializationTranslation

  • Type: Object
Key Description Details
name The name of the specialization. See details
description? The specialization description. It will be appended to the name in parenthesis. See details

name

The name of the specialization.

description?

The specialization description. It will be appended to the name in parenthesis.


IndefiniteSpecializations

  • Type: Object
Key Description Details
translations All translations for the entry, identified by IETF language tag (BCP47). See details

translations

All translations for the entry, identified by IETF language tag (BCP47).


IndefiniteSpecializationsTranslation

  • Type: Object
Key Description Details
description The specializations description. See details
label? An input label or placeholder text for an UI element if it differs from the description. See details

description

The specializations description.

label?

An input label or placeholder text for an UI element if it differs from the description.


LanguageTranslation

  • Type: Object
Key Description Details
name The name of the language. See details
alternative_names? A list of alternative names. See details
description? The description of the language. See details
errata? See details

name

The name of the language.

alternative_names?

A list of alternative names.

description?

The description of the language.

errata?


LanguageTranslation/alternative_names[]