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