chickadee » hyde » around-page-translate

around-page-translateparameter

A procedure that is called for every page translation. It needs to accept the following arguments:

page
The page being translated
translate
A thunk which returns the translation result

The procedure needs to return the translation result. Default:

(lambda (page translate) (translate))

Available since version 0.21.0.