mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
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.
10 lines
220 B
Lua
10 lines
220 B
Lua
-- from hyphen-portuguese:
|
|
['portuguese'] = {
|
|
loader = 'loadhyph-pt.tex',
|
|
lefthyphenmin = 2,
|
|
righthyphenmin = 3,
|
|
synonyms = { 'portuges' },
|
|
patterns = 'hyph-pt.pat.txt',
|
|
hyphenation = 'hyph-pt.hyp.txt',
|
|
},
|