diff options
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/tex/generic/config/language.dat.lua | 10 |
1 files changed, 9 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 dccbb144811..968549f4cd8 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/x86_64-linux/tlmgr on Sun Feb 28 17:27:23 2021 +-- Generated by /home/texlive/karl/Master/bin/x86_64-linux/tlmgr on Sun Mar 21 23:10:16 2021 -- $Id: language.us.lua 18737 2010-06-04 17:09:02Z karl $ --[[ language.us.dat (and the start of language.dat.lua), used by: @@ -252,6 +252,14 @@ return { patterns = 'hyph-fi.pat.txt', hyphenation = '', }, + ['schoolfinnish'] = { + loader = 'loadhyph-fi-x-school.tex', + lefthyphenmin = 1, + righthyphenmin = 1, + synonyms = { }, + patterns = 'hyph-fi-x-school.pat.txt', + hyphenation = '', + }, -- from hyphen-french: ['french'] = { loader = 'loadhyph-fr.tex', |