How to tranlate "read more" and other buttons on wordpress using qTranslate?

StackOverflow https://stackoverflow.com/questions/23347570

  •  11-07-2023
  •  | 
  •  

سؤال

I am having issue with translating entire wordpress blog to Azerbaijani language. I am using qTranslate plugin for this. It translates all the content but doesn't translate hard coded labels of buttons like 'Read More' and Share on Links. Here is the website: http://alpha1.dentalblog.az/home/ Any help is greatly appreciated!

هل كانت مفيدة؟

المحلول 2

I myself have used qTranslate to add multi laungauge support on my website and have not implented button translation either Pretty sure you can use tags within the buttons to support multiple laungauges For instance:

[:en]English[:de]Deutsch

نصائح أخرى

After so many attempts and digging through endless files of John-Doe-Blog theme I found a solution. I changed

<?php echo theme_locals("read_more") to 
echo _e("<!--:az-->Some text in Azerbaijani<!--:--><!--:ru-->Some text in Russian<!--:-->")

The same applies for all the other small areas which needs the same type of translation. Hope it helps.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top