aports/community/texmf-dist/10-langspanish.dat.lua
Marian Buschsieweke d52e7275f7 community/texmf-dist: split up language configuration
This splits the monolithink langauge.def, language.dat, and
language.dat.lua into parts that are bundled in the texmf-dist-lang*
packages. This way, it is trivial to generate them based on what
is currently installed.
2024-07-18 20:21:47 +00:00

28 lines
593 B
Lua

-- from hyphen-catalan:
['catalan'] = {
loader = 'loadhyph-ca.tex',
lefthyphenmin = 2,
righthyphenmin = 2,
synonyms = { },
patterns = 'hyph-ca.pat.txt',
hyphenation = 'hyph-ca.hyp.txt',
},
-- from hyphen-galician:
['galician'] = {
loader = 'loadhyph-gl.tex',
lefthyphenmin = 2,
righthyphenmin = 2,
synonyms = { },
patterns = 'hyph-gl.pat.txt',
hyphenation = '',
},
-- from hyphen-spanish:
['spanish'] = {
loader = 'loadhyph-es.tex',
lefthyphenmin = 2,
righthyphenmin = 2,
synonyms = { 'espanol' },
patterns = 'hyph-es.pat.txt',
hyphenation = '',
},