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 6656d8ed9..c0c3981f7 100644 --- a/tex/context/base/lang-def.lua +++ b/tex/context/base/lang-def.lua @@ -342,6 +342,15 @@ local specifications = allocate { ["variant"] = "sv", }, { + ["description"] = "Thai", + ["script"] = "thai", + -- ["bibliographical"] = "", + -- ["terminological"] = "", + ["context"] = "th", + ["opentype"] = "tha", + -- ["variant"] = "", + }, + { ["description"] = "Turkish", ["script"] = "latn", ["bibliographical"] = "tur", |