This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Is this i18n?



On Jun 1, 2004, at 7:03 AM, Andrew Cagney wrote:


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.

Daniel's reply was right -- you'd want to keep the entire sentence together because some languages won't use the English word order. Japanese, for instance, would phrase that more like "(((remote protocol) debugging) set)".


J


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]