translating scheme strings?

Linas Vepstas linas@linas.org
Sat, 4 Jan 2003 00:55:22 -0600 (CST)


Anyone know how to set up scheme string literals so they get
translated and put into .po files?

I want to 
(define (func) ('"Thus function returns a message that needs translating"))

what do I change to make this correctly l10n'ed ?

--linas