Re: Potential OFBiz Localization Bugs

2008-06-28 Thread Adrian Crum
Scott, The bug would appear while converting a numeric or timestamp data type to a String. I believe phone numbers are Strings. -Adrian --- On Fri, 6/27/08, Scott Gray <[EMAIL PROTECTED]> wrote: > From: Scott Gray <[EMAIL PROTECTED]> > Subject: Re: Potential OFBiz Localizat

Re: Potential OFBiz Localization Bugs

2008-06-28 Thread Jacques Le Roux
Hi Scott, I did not see any issue at https://demo.hotwaxmedia.com/catalog/control/pendingReviews (I tried in English and French) Moreover it seems that there are no entries for "StatusItem" but a lot for "StatusItem.description.*" In brief, I guess it needs more informations Jacques From: "S

Re: Potential OFBiz Localization Bugs

2008-06-27 Thread Scott Gray
Oh hey, if you're looking at the localization stuff, I just noticed this isn't working: review.getRelatedOne("StatusItem").get("description", locale) Here: https://demo.hotwaxmedia.com/catalog/control/pendingReviews I haven't looked into why but the key does exist in CommonEntityLabels.xml Regard

Re: Potential OFBiz Localization Bugs

2008-06-27 Thread Scott Gray
Phone numbers? I haven't checked if there's a problem, it's just the first thing that came to mind. Regards Scott 2008/6/28 Adrian Crum <[EMAIL PROTECTED]>: > In the trunk rev 658045 I committed some localization work. My intention > was to fix all of the quirky localization issues that keep po

Re: Potential OFBiz Localization Bugs

2008-06-27 Thread Jacques Le Roux
Thanks for the detailled explanation, Adrian Jacques From: "Adrian Crum" <[EMAIL PROTECTED]> In the trunk rev 658045 I committed some localization work. My intention was to fix all of the quirky localization issues that keep popping up. I took the shotgun approach and localized all numeric an

Potential OFBiz Localization Bugs

2008-06-27 Thread Adrian Crum
In the trunk rev 658045 I committed some localization work. My intention was to fix all of the quirky localization issues that keep popping up. I took the shotgun approach and localized all numeric and date-time conversions - believing that the majority of those conversions should be localized