diff options
author | Karl Berry <karl@freefriends.org> | 2012-04-13 02:41:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-04-13 02:41:04 +0000 |
commit | cbea910aed7bdfa1cb783d81d65d84cb296a6499 (patch) | |
tree | 67259ba4f5db9985ca9da8052907c3abd834e5d9 /Master/texmf/tex | |
parent | 32bbacb886ad8f8864c837c0f788cfdbde3f53c4 (diff) |
autoupdate via tlmgr generate language.dat.lua
git-svn-id: svn://tug.org/texlive/trunk@25946 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/tex')
-rw-r--r-- | Master/texmf/tex/generic/config/language.dat.lua | 20 |
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', |