Christian Mauduit <[EMAIL PROTECTED]> writes: > > (_ "my string")
Gettext can understand that directly, actually. With a recent version
it's something like
xgettext --language=scheme --keyword=_
With older gettext I think language=lisp works. xgettext recognises
`gettext' calls directly, but you need --keyword to get a "_" alias
recognised.
_______________________________________________
Guile-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/guile-user
