diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-08 01:19:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-08 01:19:20 +0000 |
commit | 7555612bd887674d3c6d3583b70da5777908da29 (patch) | |
tree | b13efc679a090293e9d6928df16a568d37b37b7e /Master/texmf-dist | |
parent | b2d2be9212b92bc1814f74219c5f987041779df1 (diff) |
autoupdate via tlmgr generate language.dat.lua
git-svn-id: svn://tug.org/texlive/trunk@40348 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/tex/generic/config/language.dat.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/generic/config/language.dat.lua b/Master/texmf-dist/tex/generic/config/language.dat.lua index 6b9d78676d2..eea4a9cdfa6 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 Tue Feb 16 03:15:47 2016 +-- Generated by /home/texlive/karl/Master/bin/i386-linux/tlmgr on Fri Apr 8 03:19:20 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: @@ -264,8 +264,8 @@ return { -- from hyphen-georgian: ['georgian'] = { loader = 'loadhyph-ka.tex', - lefthyphenmin = 2, - righthyphenmin = 3, + lefthyphenmin = 1, + righthyphenmin = 2, synonyms = { }, patterns = 'hyph-ka.pat.txt', hyphenation = '', @@ -564,7 +564,7 @@ return { loader = 'loadhyph-pt.tex', lefthyphenmin = 2, righthyphenmin = 3, - synonyms = { 'portuges', 'brazil', 'brazilian' }, + synonyms = { 'portuges' }, patterns = 'hyph-pt.pat.txt', hyphenation = 'hyph-pt.hyp.txt', }, |