This topic has 3 replies, 3 voices, and was last updated 10 years ago by Fem.
Viewing 4 posts - 1 through 4 (of 4 total)
Hello,
I’m using the plugin ”qTranslate-X” to translate my website into french and english. But it can’t translate some module ” Lifecare” in the website admin.
What do you advice me?
Follow this path lifecare/framework/admin/admin-interface.php file on line around 101. Replace this line
<h1><?php echo THEMENAME ?></h1>
with,
<h1><?php echo __( 'LifeCare', 'lifecare-textdomain' ); ?></h1>
I can’t do it. I’m not a developper 😉
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.