diff options
author | Hans Hagen <pragma@wxs.nl> | 2022-01-15 12:52:31 +0100 |
---|---|---|
committer | Context Git Mirror Bot <phg@phi-gamma.net> | 2022-01-15 12:52:31 +0100 |
commit | 4054d633b48d2d0d737a705259eff5a2c315f958 (patch) | |
tree | ec171a10b0e97d32fd4256bf303b35211976d78a /scripts | |
parent | 8e857efd2c61e8ffa4c991b5f1ddacfb4ebedc3c (diff) | |
download | context-4054d633b48d2d0d737a705259eff5a2c315f958.tar.gz |
2022-01-15 11:04:00
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/context/lua/mtx-patterns.lua | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/scripts/context/lua/mtx-patterns.lua b/scripts/context/lua/mtx-patterns.lua index c1178b2d0..373d5a69f 100644 --- a/scripts/context/lua/mtx-patterns.lua +++ b/scripts/context/lua/mtx-patterns.lua @@ -93,7 +93,7 @@ scripts.patterns.list = { -- { "ar", "hyph-ar", "arabic" }, -- { "as", "hyph-as", "assamese" }, { "bg", "hyph-bg", "bulgarian" }, - -- { "bn", "hyph-bn", "bengali" }, + { "bn", "hyph-bn", "bengali" }, { "ca", "hyph-ca", "catalan" }, -- { "??", "hyph-cop", "coptic" }, { "cs", "hyph-cs", "czech" }, @@ -116,8 +116,8 @@ scripts.patterns.list = { { "fr", "hyph-fr", "french", ignored_french }, -- { "??", "hyph-ga", "irish" }, -- { "??", "hyph-gl", "galician" }, - -- { "gu", "hyph-gu", "gujarati" }, - -- { "hi", "hyph-hi", "hindi" }, + { "gu", "hyph-gu", "gujarati" }, + { "hi", "hyph-hi", "hindi" }, { "hr", "hyph-hr", "croatian" }, -- { "??", "hyph-hsb", "upper sorbian" }, { "hu", "hyph-hu", "hungarian" }, @@ -127,7 +127,7 @@ scripts.patterns.list = { { "is", "hyph-is", "icelandic" }, { "it", "hyph-it", "italian" }, -- { "??", "hyph-kmr", "kurmanji" }, - -- { "kn", "hyph-kn", "kannada" }, + { "kn", "hyph-kn", "kannada" }, { "la", "hyph-la", "latin" }, { "ala", "hyph-la-x-classic", "ancient latin" }, -- { "lo", "hyph-lo", "lao" }, @@ -147,7 +147,7 @@ scripts.patterns.list = { { "pt", "hyph-pt", "portuguese" }, { "ro", "hyph-ro", "romanian" }, { "ru", "hyph-ru", "russian" }, - -- { "sa", "hyph-sa", "sanskrit" }, + { "sa", "hyph-sa", "sanskrit" }, { "sk", "hyph-sk", "slovak" }, { "sl", "hyph-sl", "slovenian" }, { "sq", "hyph-sq", "albanian" }, @@ -155,8 +155,8 @@ scripts.patterns.list = { -- { "sr", "hyph-sr-cyrl", "serbian", false }, -- { "sr", "hyph-sr-latn", "serbian" }, { "sv", "hyph-sv", "swedish" }, - -- { "ta", "hyph-ta", "tamil" }, - -- { "te", "hyph-te", "telugu" }, + { "ta", "hyph-ta", "tamil" }, + { "te", "hyph-te", "telugu" }, { "th", "hyph-th", "thai" }, { "tk", "hyph-tk", "turkmen" }, { "tr", "hyph-tr", "turkish" }, |