Hi Hans, the translate module is broken. \usemodule[translate] \translateinput[d.h.][d.\,h.] \starttext d.h. \enableinputtranslation d.h. \stoptext Wolfgang
Wolfgang Schuster wrote:
Hi Hans,
the translate module is broken.
\usemodule[translate]
\translateinput[d.h.][d.\,h.]
\starttext
d.h.
\enableinputtranslation
d.h.
\stoptext
oh, is someone really using that stuff? function translators.reset(s) resolvers.install_text_filter("user",nil) list, compiled = nil, nil end function translators.enable(s) resolvers.install_text_filter("user",translators.translate) end function translators.disable(s) resolvers.install_text_filter("user",nil) end anyway, some day we might consider a better mechanism to deal with such things ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Am 13.09.2009 um 14:17 schrieb Hans Hagen:
oh, is someone really using that stuff?
sure, it's very handy for a few certain cases
anyway, some day we might consider a better mechanism to deal with such things
as long as it did the same for me as the translate module i don't care about the method Wolfgang
participants (2)
-
Hans Hagen
-
Wolfgang Schuster