VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: martin1234 on April 26, 2016, 10:24:05 AM

Title: Dutch language problem
Post by: martin1234 on April 26, 2016, 10:24:05 AM
Hello, on my website, the admin menu of my site is still completely english while i have installed the latest version of the dutch language pack.


How can i changes/repair this error?


Title: Re: Dutch language problem
Post by: Ghost on April 26, 2016, 13:14:19 PM
Have you enabled dutch language in administrator? Which admin menu are you referring to?
Title: Re: Dutch language problem
Post by: martin1234 on April 26, 2016, 14:25:22 PM
yes, i have. I mean the control panel menu from Virtuemart.
Title: Re: Dutch language problem
Post by: Margriet on April 28, 2016, 12:24:07 PM
This one. Older language pack works ok. But in latest there is an error. I can't find it BTW.
Title: Re: Dutch language problem
Post by: Ghost on April 28, 2016, 12:43:22 PM
There's an issue in /administrator/language/xx-XX.com_virtuemart.ini on line 839. Seems to affect all languages here http://virtuemart.net/community/translations/virtuemart.

The issue is en-GB source file too:
COM_VIRTUEMART_PRODUCT_FORM_PRICE_DISCOUNT="Discount"_QQ_"id

http://dev.virtuemart.net/projects/virtuemart/repository/revisions/9208/diff/trunk/virtuemart/administrator/components/com_virtuemart/language/en-GB/en-GB.com_virtuemart.ini
Title: Re: Dutch language problem
Post by: Margriet on April 28, 2016, 19:24:37 PM
Thx. Changing it to
COM_VIRTUEMART_PRODUCT_FORM_PRICE_DISCOUNT="Korting" solves the problem.
Title: Re: Dutch language problem
Post by: martin1234 on April 29, 2016, 14:19:07 PM
OK, thanks for the information.