Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | 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

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 Introduction to plugins.

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

Bases: Plugin

See Introduction to plugins.