mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +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.
18 lines
431 B
Lua
18 lines
431 B
Lua
-- from hyphen-english:
|
|
['ukenglish'] = {
|
|
loader = 'loadhyph-en-gb.tex',
|
|
lefthyphenmin = 2,
|
|
righthyphenmin = 3,
|
|
synonyms = { 'british', 'UKenglish' },
|
|
patterns = 'hyph-en-gb.pat.txt',
|
|
hyphenation = 'hyph-en-gb.hyp.txt',
|
|
},
|
|
['usenglishmax'] = {
|
|
loader = 'loadhyph-en-us.tex',
|
|
lefthyphenmin = 2,
|
|
righthyphenmin = 3,
|
|
synonyms = { },
|
|
patterns = 'hyph-en-us.pat.txt',
|
|
hyphenation = 'hyph-en-us.hyp.txt',
|
|
},
|