diff options
Diffstat (limited to 'Master/texmf/tex/generic/config/language.dat.lua')
-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 e69c982c932..8a724a9bcdf 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 Oct 20 04:05:07 2010 +-- Generated by /home/texlive/karl/Master/bin/i386-linux/tlmgr on Fri Jan 14 04:13:19 2011 -- $Id: language.us.lua 18737 2010-06-04 17:09:02Z karl $ --[[ language.us.dat (and the start of language.dat.lua), used by: @@ -208,6 +208,15 @@ return { patterns = 'hyph-et.pat.txt', hyphenation = '', }, +-- from hyphen-ethiopic: + ['ethiopic'] = { + loader = 'loadhyph-mul-ethi.tex', + lefthyphenmin = 1, + righthyphenmin = 1, + synonyms = { 'amharic', 'geez' }, + patterns = 'hyph-mul-ethi.pat.txt', + hyphenation = '', + }, -- from hyphen-farsi: ['farsi'] = { loader = 'zerohyph.tex', |