diff options
author | Karl Berry <karl@freefriends.org> | 2017-05-19 00:21:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-05-19 00:21:43 +0000 |
commit | b75d7c4b08d7b30503f97c542318eca56805ae91 (patch) | |
tree | f1cca334680ee83b5f79e0853a415671a18f8d7d /Master/texmf-dist | |
parent | 4b0cb7522c4024a784baa403c126d9831f99406e (diff) |
autoupdate via tlmgr generate language.dat.lua
git-svn-id: svn://tug.org/texlive/trunk@44419 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-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 b01f7e45b31..13699c013c0 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 Sun Apr 2 02:06:10 2017 +-- Generated by /home/texlive/karl/Master/bin/i386-linux/tlmgr on Fri May 19 02:21:41 2017 -- $Id: language.us.lua 18737 2010-06-04 17:09:02Z karl $ --[[ language.us.dat (and the start of language.dat.lua), used by: @@ -101,6 +101,15 @@ return { patterns = 'hyph-eu.pat.txt', hyphenation = '', }, +-- from hyphen-belarusian: + ['belarusian'] = { + loader = 'loadhyph-be.tex', + lefthyphenmin = 2, + righthyphenmin = 2, + synonyms = { }, + patterns = 'hyph-be.pat.txt', + hyphenation = '', + }, -- from hyphen-bulgarian: ['bulgarian'] = { loader = 'loadhyph-bg.tex', |