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. |
(This module's source code is available here.)
Classes
|
-
class
lino.modlib.languages.
Plugin
(site, app_label, app_name, app_module, needed_by)¶ Bases:
lino.core.plugin.Plugin