tra() looks for a string in the language files, and, if it finds a matching one, outputs translated one, else it returns the original string. Since the chance of exact full post being in the translations files is slim to none, it won't do anything.
On Sun, May 3, 2009 at 5:08 PM, Jack Shultz <[email protected]>wrote: > Hello, this is follow up. I tried to do something that I thought would > translate the text in posts. It seems to have no effect. I may not > understand correctly what the tra function does. Could someone > clarify? > > html/inc/forum.inc > 625: echo "<p>", $posttext, "</p>"; > > to > 625: echo "<p>", tra($posttext), "</p>"; > > > On Wed, Apr 29, 2009 at 11:36 AM, Jack Shultz > <[email protected]> wrote: > > Hello, > > > > I was wondering if there is any setting that translate message posts > > to make it easier on users not acquainted with other translation > > services. > > > > -- > > Jack > > > > http://www.facebook.com/home.php#/profile.php?id=832713248 > > http://hydrogenathome.org > > > > > > -- > Jack > > http://www.facebook.com/home.php#/profile.php?id=832713248 > http://hydrogenathome.org > _______________________________________________ > boinc_projects mailing list > [email protected] > http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_projects > To unsubscribe, visit the above URL and > (near bottom of page) enter your email address. > -- Rytis Slatkevičius +370 670 77777 ICQ 270359185; MSN [email protected]; GTalk [email protected]; Skype rytis.s (text only) _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
