From: Jesse P. <je...@st...> - 2004-09-12 20:38:50
|
Yes... this was my option 3 from the initial email - "* changing classes to remove strings so translation is moot (probably more correct) " there aren't too terribly many strings, so it should not be noticed very often that they are not done. Worst case we could pass in whatever strings from the file the functions are used in... I'll write if I think up some other way... jesse skaill wrote: >Hahaha...none from me. > >The good news is the classes I've looked through don't have any strings. >It's still possible some may though. If a class does display a string then >it is probably due to an error and could be modified to pass back an error >code instead. That code can be checked later once the multilangauge is >running and the proper message displayed at that time. > >It may be that none of the classes use (or at least display) strings. > >Steve > >----- Original Message ----- >From: "Daintrees" <p.d...@pa...> >To: <web...@li...> >Sent: Sunday, September 12, 2004 4:22 PM >Subject: [Web-erp-developers] Including LanguageSetup.php > > > > >>Shot from the hip and missed with that previous email Jesse! >> >>The snag is that language is set from a session variable, so a session >> >> >needs > > >>to be initiated before LanguageSetup.php is included - so we have access >> >> >to > > >>$_SESSION['Language']! This creates a more serious difficulty for strings >> >> >in > > >>class defintion files :-( >> >>Need a little more thought and some brilliant ideas would be most >>appreciated. >> >>Phil >> >> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 >>Project Admins to receive an Apple iPod Mini FREE for your judgement on >>who ports your project to Linux PPC the best. Sponsored by IBM. >>Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php >>_______________________________________________ >>Web-erp-developers mailing list >>Web...@li... >>https://lists.sourceforge.net/lists/listinfo/web-erp-developers >> >> > > > >------------------------------------------------------- >This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 >Project Admins to receive an Apple iPod Mini FREE for your judgement on >who ports your project to Linux PPC the best. Sponsored by IBM. >Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php >_______________________________________________ >Web-erp-developers mailing list >Web...@li... >https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > |