summaryrefslogtreecommitdiff
path: root/tex/context/base/s-languages-system.mkiv
blob: 22991f264f82b7038c336725151194cb5e1f3d8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
%D \module
%D   [      file=s-languages-system, % moved from local s-lan-01
%D        version=2013.05.19,
%D          title=\CONTEXT\ Style File,
%D       subtitle=Installed Languages,
%D         author=Hans Hagen,
%D           date=\currentdate,
%D      copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
%C
%C This module is part of the \CONTEXT\ macro||package and is
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
%C details.

\startmodule[languages-system]

\registerctxluafile{s-languages-system}{}

\installmodulecommandluasingle \showinstalledlanguages {moduledata.languages.system.showinstalled}
\installmodulecommandluasingle \loadinstalledlanguages {moduledata.languages.system.loadinstalled}

\stopmodule

\continueifinputfile{s-languages-system.mkiv}

\usemodule[art-01]

\starttext

    \loadinstalledlanguages
    \showinstalledlanguages

\stoptext