by cmode » Tue Aug 03, 2010 10:39 pm
I am new to qTranslate and understand the concept of adding quicktags to fields in WP to translate text.
But, I don't know how to translate when inside a php language file. I'm using the WP e-commerce plugin,
and there is certain text generated through the wp-e-commerce/languages/EN_en.php file.
For example, I wanted to be able to use qTranslate to translate "Visit the shop" into Spanish:
define('TXT_WPSC_VISITTHESHOP', 'Visit the shop');
Of course, quicktags don't work inside ' '. Any ideas of how I should go about it?