summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf/tex/generic/config/language.dat.lua20
1 files changed, 19 insertions, 1 deletions
diff --git a/Master/texmf/tex/generic/config/language.dat.lua b/Master/texmf/tex/generic/config/language.dat.lua
index 4967b8286d0..0e168c5bef1 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 Wed Mar 14 04:26:18 2012
+-- Generated by /home/texlive/karl/Master/bin/i386-linux/tlmgr on Fri Apr 13 04:41:03 2012
-- $Id: language.us.lua 18737 2010-06-04 17:09:02Z karl $
--[[
language.us.dat (and the start of language.dat.lua), used by:
@@ -243,6 +243,15 @@ return {
patterns = 'hyph-fr.pat.txt',
hyphenation = '',
},
+-- from hyphen-friulan:
+ ['friulan'] = {
+ loader = 'loadhyph-fur.tex',
+ lefthyphenmin = 2,
+ righthyphenmin = 2,
+ synonyms = { 'furlan' },
+ patterns = 'hyph-fur.pat.txt',
+ hyphenation = '',
+ },
-- from hyphen-galician:
['galician'] = {
loader = 'loadhyph-gl.tex',
@@ -542,6 +551,15 @@ return {
patterns = 'hyph-ro.pat.txt',
hyphenation = '',
},
+-- from hyphen-romansh:
+ ['romansh'] = {
+ loader = 'loadhyph-rm.tex',
+ lefthyphenmin = 2,
+ righthyphenmin = 2,
+ synonyms = { },
+ patterns = 'hyph-rm.pat.txt',
+ hyphenation = '',
+ },
-- from hyphen-russian:
['russian'] = {
loader = 'loadhyph-ru.tex',