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?
>
> I want to
> (define (func) ('"Thus function returns a message that needs translating"))
>
> 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
signature_asc_DEFANGED-46.DEFANGED-19210
Description: application/defanged-19210
