Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Is this i18n?
@ 2004-06-01 14:03 Andrew Cagney
  2004-06-01 14:08 ` Daniel Jacobowitz
  2004-06-01 18:59 ` Jason Molenda
  0 siblings, 2 replies; 4+ messages in thread
From: Andrew Cagney @ 2004-06-01 14:03 UTC (permalink / raw)
  To: gdb

Hello,

I'm wondering if something like this:

   xstrprintf ("Set %s\n%s", "debugging of remote protocol", "When 
enabled, each packet sent or received with the remote target is displayed");

is valid i18n.  I think it is, unlike something like:

   concat ("Set ", "debugging of remote protocol", "\n", "...", NULL);

Assuming it is (I think so), there's the possibility of a significant 
cleanup.

Andrew


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-06-01 22:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-01 14:03 Is this i18n? Andrew Cagney
2004-06-01 14:08 ` Daniel Jacobowitz
2004-06-01 22:55   ` Eli Zaretskii
2004-06-01 18:59 ` Jason Molenda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox