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.
Defines the |
|
Adds an arbitrary selection of a few languages. |
|
Adds all languages of the world to your database. |
Classes
|
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.