diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-22 01:47:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-22 01:47:36 +0000 |
commit | 0060b60695a73865a2b8c6c3c85bb7cc8bde7f34 (patch) | |
tree | 335060f45cca9f9af42d0c40555873ca1bc0f2f7 | |
parent | e9e555516a136148c5cc52c06cbb2c853c2a075b (diff) |
autoupdate via tlmgr generate language.dat.lua
git-svn-id: svn://tug.org/texlive/trunk@30625 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/tex/generic/config/language.dat.lua | 11 |
1 files changed, 10 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 211acac8460..3ecf0b71af7 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 Wed May 8 03:37:24 2013 +-- Generated by /home/texlive/karl/Master/bin/i386-linux/tlmgr on Wed May 22 03:47:35 2013 -- $Id: language.us.lua 29720 2013-04-07 18:47:47Z karl $ --[[ language.us.dat (and the start of language.dat.lua), used by: @@ -640,6 +640,15 @@ return { patterns = 'hyph-sv.pat.txt', hyphenation = '', }, +-- from hyphen-thai: + ['thai'] = { + loader = 'loadhyph-th.tex', + lefthyphenmin = 2, + righthyphenmin = 3, + synonyms = { }, + patterns = 'hyph-th.pat.txt', + hyphenation = '', + }, -- from hyphen-turkish: ['turkish'] = { loader = 'loadhyph-tr.tex', |