diff options
-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', }, |