diff options
author | Karl Berry <karl@freefriends.org> | 2018-04-03 00:24:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-04-03 00:24:03 +0000 |
commit | 08bf632b61713ec292472160f5949cef9dc77225 (patch) | |
tree | 4114905decb578ddec1af633a4e8a5cb3b978735 /Master/texmf-dist/tex/generic | |
parent | c93d229b5c90c8039ac57b3880d64bb5ebc07696 (diff) |
autoupdate via tlmgr generate language.dat.lua
git-svn-id: svn://tug.org/texlive/trunk@47260 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic')
-rw-r--r-- | Master/texmf-dist/tex/generic/config/language.dat.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/generic/config/language.dat.lua b/Master/texmf-dist/tex/generic/config/language.dat.lua index 13699c013c0..d237ecb9b75 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 Fri May 19 02:21:41 2017 +-- Generated by /home/texlive/karl/Master/bin/i386-linux/tlmgr on Tue Apr 3 02:24:01 2018 -- $Id: language.us.lua 18737 2010-06-04 17:09:02Z karl $ --[[ language.us.dat (and the start of language.dat.lua), used by: @@ -34,16 +34,16 @@ return { -- since they contain either very few or no patterns at all -- END of language.us.lua (missing '}' appended after all entries) -- from dehyph-exptl: - ['german-x-2017-03-31'] = { - loader = 'dehypht-x-2017-03-31.tex', + ['german-x-2018-03-31'] = { + loader = 'dehypht-x-2018-03-31.tex', lefthyphenmin = 2, righthyphenmin = 2, synonyms = { 'german-x-latest' }, patterns = 'hyph-de-1901.pat.txt', hyphenation = 'hyph-de-1901.hyp.txt', }, - ['ngerman-x-2017-03-31'] = { - loader = 'dehyphn-x-2017-03-31.tex', + ['ngerman-x-2018-03-31'] = { + loader = 'dehyphn-x-2018-03-31.tex', lefthyphenmin = 2, righthyphenmin = 2, synonyms = { 'ngerman-x-latest' }, |