diff options
-rw-r--r-- | Master/texmf-dist/tex/generic/config/language.dat.lua | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/generic/config/language.dat.lua b/Master/texmf-dist/tex/generic/config/language.dat.lua index 791296620fb..aa6be0949a7 100644 --- a/Master/texmf-dist/tex/generic/config/language.dat.lua +++ b/Master/texmf-dist/tex/generic/config/language.dat.lua @@ -1,4 +1,4 @@ --- Generated by /home/texlive/karl/Master/bin/x86_64-linux/tlmgr on Sun Jul 29 02:24:14 2018 +-- Generated by /home/texlive/karl/Master/bin/x86_64-linux/tlmgr on Sat Apr 6 01:38:52 2019 -- $Id: language.us.lua 18737 2010-06-04 17:09:02Z karl $ --[[ language.us.dat (and the start of language.dat.lua), used by: @@ -34,16 +34,16 @@ return { -- since they contain either very few or no patterns at all -- END of language.us.lua (missing '}' appended after all entries) -- from dehyph-exptl: - ['german-x-2018-03-31'] = { - loader = 'dehypht-x-2018-03-31.tex', + ['german-x-2019-04-04'] = { + loader = 'dehypht-x-2019-04-04.tex', lefthyphenmin = 2, righthyphenmin = 2, synonyms = { 'german-x-latest' }, patterns = 'hyph-de-1901.pat.txt', hyphenation = 'hyph-de-1901.hyp.txt', }, - ['ngerman-x-2018-03-31'] = { - loader = 'dehyphn-x-2018-03-31.tex', + ['ngerman-x-2019-04-04'] = { + loader = 'dehyphn-x-2019-04-04.tex', lefthyphenmin = 2, righthyphenmin = 2, synonyms = { 'ngerman-x-latest' }, @@ -132,7 +132,7 @@ return { ['pinyin'] = { loader = 'loadhyph-zh-latn-pinyin.tex', lefthyphenmin = 1, - righthyphenmin = 1, + righthyphenmin = 2, synonyms = { }, patterns = 'hyph-zh-latn-pinyin.pat.txt', hyphenation = '', @@ -424,7 +424,7 @@ return { ['pali'] = { loader = 'loadhyph-pi.tex', lefthyphenmin = 1, - righthyphenmin = 1, + righthyphenmin = 2, synonyms = { }, patterns = 'hyph-pi.pat.txt', hyphenation = '', |