Hi, Tobias Gerdin <tger...@gmail.com> skribis:
> For convenient use doing something like (define _ gettext) is > recommended. The #"text" syntax that the above page proposes is more > concise and in my opinion quite nice, so I did the below and stuck it > in boot-9.scm: I find (_ "text") just as concise and more likely to be directly understood since _ is an alias for the ‘gettext’ function in most languages, and the one used by default when running ‘gettextize’. Thanks, Ludo’.