Welcome | Get started | Dive into Lino | Contribute | Topics | Reference | More

lino.modlib.languages

Defines a list of languages (the Language model).

It is used by lino_xl.lib.cv, whose LanguageKnowledge and Schooling models have a language field which points to this the Language model.

Note that this has nothing to do with the list of languages in your languages setting.

models

Defines the Language model.

fixtures.few_languages

Adds an arbitrary selection of a few languages.

fixtures.all_languages

Adds all languages of the world to your database.

Classes

Plugin(site, app_label, app_name, ...)

See More about plugins.

class lino.modlib.languages.Plugin(site, app_label, app_name, app_module, needed_by, configs: dict)

Bases: Plugin

See More about plugins.