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.
19 lines
394 B
Lua
19 lines
394 B
Lua
-- from hyphen-basque:
|
|
['basque'] = {
|
|
loader = 'loadhyph-eu.tex',
|
|
lefthyphenmin = 2,
|
|
righthyphenmin = 2,
|
|
synonyms = { },
|
|
patterns = 'hyph-eu.pat.txt',
|
|
hyphenation = '',
|
|
},
|
|
-- from hyphen-french:
|
|
['french'] = {
|
|
loader = 'loadhyph-fr.tex',
|
|
lefthyphenmin = 2,
|
|
righthyphenmin = 2,
|
|
synonyms = { 'patois', 'francais' },
|
|
patterns = 'hyph-fr.pat.txt',
|
|
hyphenation = '',
|
|
},
|