diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-20 02:04:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-20 02:04:04 +0000 |
commit | 104cee8ee7cf4c7187f57dfe5a22e95131c2624f (patch) | |
tree | e29dafd8fa4ab5c7d79026e74636a6bdecd1e3b4 | |
parent | a9382e4a1ee4e51e1d8f2804c79f6b1a9d214544 (diff) |
autoupdate via tlmgr generate language.dat.lua
git-svn-id: svn://tug.org/texlive/trunk@19823 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf/tex/generic/config/language.dat.lua | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Master/texmf/tex/generic/config/language.dat.lua b/Master/texmf/tex/generic/config/language.dat.lua index 9e81fdd1f30..1a1bc8d049d 100644 --- a/Master/texmf/tex/generic/config/language.dat.lua +++ b/Master/texmf/tex/generic/config/language.dat.lua @@ -1,4 +1,4 @@ --- Generated by /home/texlive/karl/Master/bin/i386-linux/tlmgr on Sat Jun 5 03:54:07 2010 +-- Generated by /home/texlive/karl/Master/bin/i386-linux/tlmgr on Mon Sep 20 04:04:03 2010 -- $Id: language.us.lua 18737 2010-06-04 17:09:02Z karl $ --[[ language.us.dat (and the start of language.dat.lua), used by: @@ -50,6 +50,15 @@ return { patterns = 'hyph-de-1996.pat.txt', hyphenation = 'hyph-de-1996.hyp.txt', }, +-- from hyphen-afrikaans: + ['afrikaans'] = { + loader = 'loadhyph-af.tex', + lefthyphenmin = 2, + righthyphenmin = 2, + synonyms = { }, + patterns = 'hyph-af.pat.txt', + hyphenation = 'hyph-af.hyp.txt', + }, -- from hyphen-ancientgreek: ['ancientgreek'] = { loader = 'loadhyph-grc.tex', |