diff options
Diffstat (limited to 'tex/context/base/lang-def.lua')
-rw-r--r-- | tex/context/base/lang-def.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tex/context/base/lang-def.lua b/tex/context/base/lang-def.lua index 78c8eecbd..80ff13beb 100644 --- a/tex/context/base/lang-def.lua +++ b/tex/context/base/lang-def.lua @@ -65,6 +65,15 @@ local setmetatableindex = table.setmetatableindex local specifications = allocate { { + ["description"] = "Dutch", + ["script"] = "latn", + -- ["bibliographical"] = "nld", + -- ["terminological"] = "nld", + ["context"] = "nl", + ["opentype"] = "nld", + ["variant"] = "nl", + }, + { ["description"] = "Basque", ["script"] = "latn", ["bibliographical"] = "baq", |