[haiku-development] Re: Coding Guidelines need update for localization

  • From: "Starsseed" <starsseed@xxxxxxx>
  • To: <haiku-development@xxxxxxxxxxxxx>
  • Date: Wed, 20 Oct 2010 22:33:52 +0200

From: "Humdinger" <humdingerb@xxxxxxxxxxxxxx>
Sent: Wednesday, October 20, 2010 10:08 PM
I didn't succeed with "+", but this works:
Thanks for the feedback : I don't know the String member functions/operators

BString infoText;
infoText << B_TRANSLATE(
"Welcome to the Haiku Installer!\n\n");
infoText << B_TRANSLATE(
"IMPORTANT INFORMATION BEFORE INSTALLING HAIKU\n\n");
infoText << B_TRANSLATE(
"This is alpha-quality software! It means there is a high risk
of "
"losing important data. Make frequent backups! You have been "
"warned.\n\n\n");

If that's OK, I can commit this change.
That's fine (to me)
If others core-developers are agree with the style, Please do.

Thanks a lot.

Other related posts: