[haiku-development] LocalKit

  • From: Ralf Schülke <ralf.schuelke@xxxxxxxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Tue, 23 Feb 2010 14:04:48 +0100

Hi,
i have some questions about LocalKit in Haiku.

1) is this Kit in a nighty Build includet? and can add in the makefile engin
as "Local" by the libs and the catfile ?

2) can i set a string(s) to tranzlate when it is outside from a BString? eg:


############################################

BString strAbout;
                    strAbout
                        << "Pairs\n"
                        << "\twritten by Ralf Schülke\n"
                        << "\tCopyright 2008, Haiku Inc.\n"
                        << "\n"
                        << "You completed the game in " << fButtonClicks
                        << " clicks.\n";

                    BAlert* alert = new BAlert("about",
TR_CMT(strAbout.String()),
                        "New game", "Quit game");


#######################################

3) i found a good Tranzlation Tool ( http://hta.haikuzone.net ), but i found
no link to this page on haiku-os.org, i like this can add on the Trac system
dev.haiku-os.org.



MFG Ralf Schülke

Other related posts: