VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: Tentaurus on April 28, 2016, 10:50:04 AM

Title: New language file changes left site admin menu
Post by: Tentaurus on April 28, 2016, 10:50:04 AM
Hi,

I just updated the language files (German). File date is 27/04/2016
Now the left site menu in the VM admin is in english! Only this menu. The top menu and all other text is german.
Happens with several sites...

Any idea?
Thx
Title: Re: New language file changes left site admin menu
Post by: jjk on April 28, 2016, 23:21:34 PM
I just downloaded the latest german VM language files and installed them in my Joomla 3.5.1/VM3.0.16 shop. Works in my case. Perhaps one of your language files became corrupted for some reason. Please download and install the current german langauge files from here: http://virtuemart.net/community/translations, then clear your Joomla/VM 'Site' and 'Administrator' cache. Does that solve your problem?

Which exact versions of Joomla and VM do you use?

If you updated from very old versions, you might have to delete some old english VM language files in the Joomla administration language folder. Most VM language files were moved into the component language folders long time ago. For example the VM administration language file en-GB.com_virtuemart.ini is installed into the folder your-root-folder\administrator\components\com_virtuemart\language\en-GB\en-GB.com_virtuemart.ini.
Title: Re: New language file changes left site admin menu
Post by: Ghost on April 29, 2016, 08:08:26 AM
Quote from: jjk on April 28, 2016, 23:21:34 PM
I just downloaded the latest german VM language files and installed them in my Joomla 3.5.1/VM3.0.16 shop. Works in my case. Perhaps one of your language files became corrupted for some reason. Please download and install the current german langauge files from here: http://virtuemart.net/community/translations, then clear your Joomla/VM 'Site' and 'Administrator' cache. Does that solve your problem?

Which exact versions of Joomla and VM do you use?

If you updated from very old versions, you might have to delete some old english VM language files in the Joomla administration language folder. Most VM language files were moved into the component language folders long time ago. For example the VM administration language file en-GB.com_virtuemart.ini is installed into the folder your-root-folder\administrator\components\com_virtuemart\language\en-GB\en-GB.com_virtuemart.ini.

The issue was added in source files. Revision 9208. Line 839 here http://dev.virtuemart.net/projects/virtuemart/repository/revisions/9208/diff/trunk/virtuemart/administrator/components/com_virtuemart/language/en-GB/en-GB.com_virtuemart.ini

COM_VIRTUEMART_PRODUCT_FORM_PRICE_DISCOUNT="Discount"id
Title: Re: New language file changes left site admin menu
Post by: jjk on April 29, 2016, 12:07:05 PM
Thanks for the report. Looks like a copy and paste error of myself. Corrected it.