diff options
author | Karl Berry <karl@freefriends.org> | 2018-07-29 00:24:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-07-29 00:24:15 +0000 |
commit | 4ddcb3a398a5a51feca788a9e7b8149dff418823 (patch) | |
tree | b4b9aa617702635aa08aca6d94eb178ca2670d9c /Master | |
parent | fb207e44fa5c20ca517c6420f1f72d6f7add6751 (diff) |
autoupdate via tlmgr generate language.dat.lua
git-svn-id: svn://tug.org/texlive/trunk@48303 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-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, |