summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/config/language.us.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-07 18:47:47 +0000
committerKarl Berry <karl@freefriends.org>2013-04-07 18:47:47 +0000
commit67b2df86f5eeb9a434c60526ccd87d95c33768de (patch)
tree591189167d4dcf4541be773386b729f088beea61 /Master/texmf-dist/tex/generic/config/language.us.lua
parentedb2136c619d2c59bcb6dfd431c4c7636ff8913d (diff)
texmf -> texmf-dist: tex
git-svn-id: svn://tug.org/texlive/trunk@29720 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/config/language.us.lua')
-rw-r--r--Master/texmf-dist/tex/generic/config/language.us.lua34
1 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/config/language.us.lua b/Master/texmf-dist/tex/generic/config/language.us.lua
new file mode 100644
index 00000000000..be349b42026
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/config/language.us.lua
@@ -0,0 +1,34 @@
+-- $Id$
+--[[
+language.us.dat (and the start of language.dat.lua), used by:
+- a special luatex version of hyphen.cfg (derived from the babel system);
+- a special luatex version of etex.src (from the e-TeX distributon).
+
+See luatex-hyphen.pdf (currently part of the hyph-utf8 package) for details.
+
+DO NOT EDIT THIS FILE (language.dat.lua)! It is generated by tlmgr.
+See language.dat (or language.us) for more information.
+
+Warning: formats using this file also use one of language.dat or
+language.def. Update them accordingly. The interaction between these
+files is documented in luatex-hyphen.pdf, but here is a summary:
+- a language must be mentioned in language.dat or language.def to be
+available; if, in addition, it is:
+ - not mentioned in language.dat.lua, then it is dumped in the format;
+ - mentioned in language.dat.lua with a key special="disabled:<reason>",
+ then it is not available at all;
+ - mentioned in language.dat.lua with a normal entry, then it will not
+ be dumped in the format, but loaded at runtime when activated.
+]]
+
+return {
+ ["english"]={
+ loader="hyphen.tex",
+ special="language0", -- should be dumped in the format
+ lefthyphenmin=2,
+ righthyphenmin=3,
+ synonyms={"usenglish","USenglish","american"},
+ },
+ -- dumylang and zerohyph are dumped in the format,
+ -- since they contain either very few or no patterns at all
+-- END of language.us.lua (missing '}' appended after all entries)