translating scheme strings?

David Hampton hampton@employees.org
04 Jan 2003 01:10:41 -0800


--=-iyzcKFI9JTfYhnnSfQpJ
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Fri, 2003-01-03 at 22:55, Linas Vepstas wrote:
> Anyone know how to set up scheme string literals so they get
> translated and put into .po files?
>=20
> I want to=20
> (define (func) ('"Thus function returns a message that needs translating"=
))
>=20
> what do I change to make this correctly l10n'ed ?

Use (_ ) around your strings.  I think this would be:

(define (func)
 (_ "Thus function returns a message that needs translating"))

Or something like this.

David


--=-iyzcKFI9JTfYhnnSfQpJ
Content-Type: application/DEFANGED-46; name="signature_asc.DEFANGED-46"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQA+FqUQlSwHWMdNRQQRAnY4AKCKO5HGnOaX3KQr5BL00lURWayEWgCgxe8S
WESFfGv3m+YtshsoGSWGJEQ=
=mH4M
-----END PGP SIGNATURE-----

--=-iyzcKFI9JTfYhnnSfQpJ--