diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-08 01:37:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-08 01:37:25 +0000 |
commit | 7a438728972ec697bdc34a5f081f47d0dd91b379 (patch) | |
tree | 1ded3beec05c66cb4ed64844661b50a8c905e0e7 /Master/texmf-dist | |
parent | b24da642391223586084f73a19ab3f08dbe7166c (diff) |
autoupdate via tlmgr generate language.dat.lua
git-svn-id: svn://tug.org/texlive/trunk@30332 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-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', |