Support Team
posted this
30 June 2015
Hello Edwin,
Looks like the translation file which you're using to translate VM components on the front end does not have some keys.
Themler uses regular joomla translatable string, e.g.:
$button = JText::_('COM_VIRTUEMART_ADDTOCART_CHOOSE_VARIANT');
So, this text should be translated if the translation file has an appropriate key.
Please check this. By default the translations files are located in the [joomla_root]\language\<lang>-<lang>\
directory. If the keys do not exists please try adding to the .ini specific for your translation language or VM translation files (like ..\Joomla\components\com_virtuemart\language\en-GB\en-GB.com_virtuemart.ini
). E.g.
COM_VIRTUEMART_CART_DELETE="Delete Product From Cart"
Regards,
Aileen
Hello Edwin,
Looks like the translation file which you're using to translate VM components on the front end does not have some keys.
Themler uses regular joomla translatable string, e.g.:
$button = JText::_('COM_VIRTUEMART_ADDTOCART_CHOOSE_VARIANT');
So, this text should be translated if the translation file has an appropriate key.
Please check this. By default the translations files are located in the `[joomla_root]\language\<lang>-<lang>\` directory. If the keys do not exists please try adding to the .ini specific for your translation language or VM translation files (like `..\Joomla\components\com_virtuemart\language\en-GB\en-GB.com_virtuemart.ini` ). E.g.
COM_VIRTUEMART_CART_DELETE="Delete Product From Cart"
Regards,
Aileen