diff options
-rw-r--r-- | Master/texmf-dist/tex/generic/config/language.dat.lua | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/generic/config/language.dat.lua b/Master/texmf-dist/tex/generic/config/language.dat.lua index d237ecb9b75..791296620fb 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/i386-linux/tlmgr on Tue Apr 3 02:24:01 2018 +-- Generated by /home/texlive/karl/Master/bin/x86_64-linux/tlmgr on Sun Jul 29 02:24:14 2018 -- $Id: language.us.lua 18737 2010-06-04 17:09:02Z karl $ --[[ language.us.dat (and the start of language.dat.lua), used by: @@ -421,6 +421,14 @@ return { patterns = 'hyph-pa.pat.txt', hyphenation = '', }, + ['pali'] = { + loader = 'loadhyph-pi.tex', + lefthyphenmin = 1, + righthyphenmin = 1, + synonyms = { }, + patterns = 'hyph-pi.pat.txt', + hyphenation = '', + }, ['tamil'] = { loader = 'loadhyph-ta.tex', lefthyphenmin = 1, |