mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +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.
19 lines
402 B
Lua
19 lines
402 B
Lua
-- from hyphen-czech:
|
|
['czech'] = {
|
|
loader = 'loadhyph-cs.tex',
|
|
lefthyphenmin = 2,
|
|
righthyphenmin = 3,
|
|
synonyms = { },
|
|
patterns = 'hyph-cs.pat.txt',
|
|
hyphenation = 'hyph-cs.hyp.txt',
|
|
},
|
|
-- from hyphen-slovak:
|
|
['slovak'] = {
|
|
loader = 'loadhyph-sk.tex',
|
|
lefthyphenmin = 2,
|
|
righthyphenmin = 3,
|
|
synonyms = { },
|
|
patterns = 'hyph-sk.pat.txt',
|
|
hyphenation = 'hyph-sk.hyp.txt',
|
|
},
|