summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf/tex/generic/config/language.dat.lua11
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',