VirtueMart Forum

VirtueMart 2 + 3 + 4 => Language/Translations => Topic started by: Aeon1974 on February 19, 2020, 11:50:53 AM

Title: Problem with Tab
Post by: Aeon1974 on February 19, 2020, 11:50:53 AM
Hello,

I'm a newbie here and having a problem with virtuemart.
At the pages of the products there are three tabs. And I've used a translation package for virtuemart.
That's the NL language package. The two outside tabs are correct in dutch. The problem is in the middle.
It's given COM_VIRTUEMART_SPECIFICATIONS. Is there a way to translate or change it?

Thanks a lot!

Best regards,

Mark
Title: Re: Problem with Tab
Post by: jjk on February 19, 2020, 20:36:21 PM
Sounds like an untranslated language key in your template. The language key COM_VIRTUEMART_SPECIFICATIONS is not part of the VM language files. Did the template come with it's own site language file?
Title: Re: Problem with Tab
Post by: Aeon1974 on February 20, 2020, 17:58:33 PM
Thanks for the reply!

I got it from here, https://www.virtuemart.net/community/translations/virtuemart It's the dutch language package. I also tried the payment plugin language pack from here https://www.virtuemart.net/community/translations/virtuemartplugins.

Title: Re: Problem with Tab
Post by: jjk on February 20, 2020, 18:36:57 PM
As I wrote in my previous reply - the language key COM_VIRTUEMART_SPECIFICATIONS does not exist in the original VirtueMart language files (which you downloaded from https://www.virtuemart.net/community/translations. It is either part of your template or a third party VM extension. If you have a copy of your website on your local PC, an easy method to locate the language key is to use the 'Search in files' tool of editors like Notepad++
Title: Re: Problem with Tab
Post by: Aeon1974 on February 20, 2020, 19:39:17 PM
Nope, its not init it gives back Search "COM_VIRTUEMART_SPECIFICATIONS" (0 hits in 0 files)

Can I add it myself?
Title: Re: Problem with Tab
Post by: Jörgen on February 20, 2020, 19:44:31 PM
Yes You ca add it yourself.

https://docs.joomla.org/J3.x:Language_Overrides_in_Joomla (https://docs.joomla.org/J3.x:Language_Overrides_in_Joomla)

Jörgen @ Kreativ Fotografi
Title: Re: Problem with Tab
Post by: jjk on February 20, 2020, 21:05:23 PM
Quote from: Aeon1974 on February 20, 2020, 19:39:17 PM
Nope, its not init it gives back Search "COM_VIRTUEMART_SPECIFICATIONS" (0 hits in 0 files)
It should find this language key at least in one of the *.php files.