diff options
author | Karl Berry <karl@freefriends.org> | 2016-02-16 02:15:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-02-16 02:15:48 +0000 |
commit | db439f0072e125b7a5649e1e196023dd3db77fdd (patch) | |
tree | 0a1ed7a603f5af551ce34559b97628019de11e11 /Master/texmf-dist/tex | |
parent | d7f68f58b6060ac9c5b6b4f84fa32f562c0c7609 (diff) |
autoupdate via tlmgr generate language.dat.lua
git-svn-id: svn://tug.org/texlive/trunk@39742 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/config/language.dat.lua | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/generic/config/language.dat.lua b/Master/texmf-dist/tex/generic/config/language.dat.lua index f1c43d12838..6b9d78676d2 100644 --- a/Master/texmf-dist/tex/generic/config/language.dat.lua +++ b/Master/texmf-dist/tex/generic/config/language.dat.lua @@ -1,4 +1,4 @@ --- Generated by /home/texlive/karl/Master/bin/i386-linux/tlmgr on Sat Jul 5 03:23:39 2014 +-- Generated by /home/texlive/karl/Master/bin/i386-linux/tlmgr on Tue Feb 16 03:15:47 2016 -- $Id: language.us.lua 29720 2013-04-07 18:47:47Z karl $ --[[ language.us.dat (and the start of language.dat.lua), used by: @@ -532,6 +532,15 @@ return { patterns = 'hyph-nn.pat.txt', hyphenation = 'hyph-nn.hyp.txt', }, +-- from hyphen-occitan: + ['occitan'] = { + loader = 'loadhyph-oc.tex', + lefthyphenmin = 2, + righthyphenmin = 2, + synonyms = { }, + patterns = 'hyph-oc.pat.txt', + hyphenation = '', + }, -- from hyphen-piedmontese: ['piedmontese'] = { loader = 'loadhyph-pms.tex', |