Hi,
http://ftp.gnu.org/gnu/gettext/gettext-0.14.2.tar.gz
contains Scheme support:
- xgettext supports Scheme.
- messages can be marked as "scheme-format", denoting 'format' strings.
- There is an example (examples/hello-guile) demonstrating the use of
gettext with guile. Best used with g
Bruno Haible <[EMAIL PROTECTED]> writes:
>
> - messages can be marked as "scheme-format", denoting 'format' strings.
I noticed a couple of forms that provoke errors,
(format #f (gettext "~/"))
(format #f (gettext "~q"))
(format #f (gettext "~8,2i") 1+2i)
(format