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?
Have you enabled dutch language in administrator? Which admin menu are you referring to?
yes, i have. I mean the control panel menu from Virtuemart.
This one. Older language pack works ok. But in latest there is an error. I can't find it BTW.
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
Thx. Changing it to
COM_VIRTUEMART_PRODUCT_FORM_PRICE_DISCOUNT="Korting"
solves the problem.
OK, thanks for the information.