pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: csv output strings


From: Ben Pfaff
Subject: Re: csv output strings
Date: Mon, 13 Feb 2012 12:31:57 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

John Darrington <address@hidden> writes:

> In src/output/csv.c
>
> Shouldn't the strings in
>
>       case TEXT_ITEM_TITLE:
>           csv_output_field_format (csv, "Title: %s", text);
>           break;
>
>         case TEXT_ITEM_SUBTITLE:
>           csv_output_field_format (csv, "Subtitle: %s", text);
>           break;
>
> be marked as translatable?

It depends on whether you regard these as human-readable text or
as part of machine-readable formatting.  In the former case you
obviously should translate them.  I was thinking of them as the
latter, the moral equivalent of an HTML tag name.  One does not
translate <title> but instead the contents of the title.
-- 
Ben Pfaff 
http://benpfaff.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]