diff options
-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 ae4717f9463..211acac8460 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 Mon Apr 8 21:17:00 2013 +-- Generated by /home/texlive/karl/Master/bin/i386-linux/tlmgr on Wed May 8 03:37:24 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: @@ -261,6 +261,15 @@ return { patterns = 'hyph-gl.pat.txt', hyphenation = '', }, +-- from hyphen-georgian: + ['georgian'] = { + loader = 'loadhyph-ka.tex', + lefthyphenmin = 2, + righthyphenmin = 3, + synonyms = { }, + patterns = 'hyph-ka.pat.txt', + hyphenation = '', + }, -- from hyphen-german: ['german'] = { loader = 'loadhyph-de-1901.tex', |