VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Virtuemart 1.1 Development (Archiv) => Quality & Testing VirtueMart 1.1.x => Topic started by: patrik60 on May 02, 2008, 18:28:53 PM

Title: Order date still English after rev 1393
Post by: patrik60 on May 02, 2008, 18:28:53 PM
Order date in the account maintenance and confirmation email is still in English language. I made the changes as mauri said in virtuemart_parser.php. See

http://dev.virtuemart.net/cb/issue/2055?navigation=true

Now the date is in German

Patrik

Joomla 1.5.2
VM 1.1.0 rev 1393
Title: Re: Order date still English after rev 1393
Post by: aravot on May 02, 2008, 18:46:02 PM
I don't have other language installed to test this, if it is not fixed report it in tracker https://dev.virtuemart.net/cb/issue/2055
Title: Re: Order date still English after rev 1393
Post by: mauri on May 02, 2008, 18:58:09 PM
Quote from: patbe60 link=topic=39607.msg124557#msg124557
*****cut*****
Now the date is in German
Patrik
Joomla 1.5.2
VM 1.1.0 rev 1393
Do you mean the german language is wrong or right?
Title: Re: Order date still English after rev 1393
Post by: patrik60 on May 02, 2008, 19:28:53 PM
German language is right. That means after your suggestion it works as it should. but this is not the right solution, because in Joomla 1.0.15 I get an error message because JFactory
Title: Re: Order date still English after rev 1393
Post by: aravot on May 02, 2008, 19:31:54 PM
You are confusing me, is the official fix in build 1393 OK or not.
Title: Re: Order date still English after rev 1393
Post by: patrik60 on May 02, 2008, 19:33:27 PM
No, it,s not ok. It only works with the fix, that mauri suggested
Title: Re: Order date still English after rev 1393
Post by: mauri on May 03, 2008, 13:43:53 PM
Ok, I understand.
My fix is only VM j15 package, it´s (VM1.1.0 and J!1.5.x)

I think VM package, (VM1.1.0 and J!1.0.15) don´t need this fix, because J! 1.0.15 uses $mosConfig_locale.

Have you test J!1.0.15 and VM packege to J! 1.0.15 (not VMxxxxj15 package)
Is locale (date) right?
Title: Re: Order date still English after rev 1393
Post by: patrik60 on May 03, 2008, 13:55:22 PM
Yes, no problem with J 1.0.15. That's why the fix must be made in compat.joomla1.5.php. Soeren did it. But it seems not to work.
Title: Re: Order date still English after rev 1393
Post by: mauri on May 03, 2008, 15:48:49 PM
Quote from: patbe60 on May 03, 2008, 13:55:22 PM
Yes, no problem with J 1.0.15. That's why the fix must be made in compat.joomla1.5.php. Soeren did it. But it seems not to work.
If you set J! plugins System - Legacy to unpublish, it works.
Because in compat.joomla1.5.php "Language select" runs only when lecasy mode is unpublished.
This is litle wrong, if you have some components in J! what needs lecasy mode to published.
Can soeren or aravot confirm this?
Title: Re: Order date still English after rev 1393
Post by: patrik60 on May 03, 2008, 16:42:52 PM
I had opened once a topic with a similar problem concerning Joomfish 2.0Beta, legacy on and VM.

Date works fine, when legacy is of. It would be good to find a solution, because I need legacy mode for other components.