diff options
author | Karl Berry <karl@freefriends.org> | 2011-01-14 03:13:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-01-14 03:13:20 +0000 |
commit | 4222859ac4b1f96c7c29f9e34fe2db3e0b0fcef4 (patch) | |
tree | 325f92446d3530d452e3819e06d89522860d0a67 /Master/texmf/tex | |
parent | a731cf84ad1f3aef0b05978afe2122c4e058f047 (diff) |
autoupdate via tlmgr generate language.dat.lua
git-svn-id: svn://tug.org/texlive/trunk@21066 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/tex')
-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', |