-1
votes
1answer
23 views

Where I must put .po/.mo wordpress languages file? [closed]

I download a wordpress theme that have a language folder with .po and .mo files, I translate these files with POEdit and replace with originals. but any words in theme didn't translate. I think I ...
0
votes
1answer
28 views

Wordpress theme translations not being implemented into admin area

I developed a wordpress theme which has a few cusotm post types in it. and i created the .po language file and it successfully imported the strings from php files. The problem is that the ...
2
votes
1answer
203 views

How to deal with multiple text-domain?

I am talking about Wordpress localization/internationalization. I have a two templates done by third party. And they made them child templates of twentyten. Seemingly they kept the template files ...
3
votes
1answer
128 views

How to translate a WordPress template name?

I know how to create translations for themes and templates generally by generating .po and .mo files with Poedit for example. But since template names are written in PHP comments at top of each ...
1
vote
2answers
75 views

Translate Zend Framework website like WPML in Wordpress

I want to know if it's possible to translate a Zend Framework 1 website in a manner similar with the one implemented by WPML for Wordpress. What I want is to make an application that can scan the ...
0
votes
1answer
293 views

Can't add language translation support to Wordpress plugin

I am trying to add language/translation support for my Wordpress plugin using POEdit software to create .po files, but the code isn't working and there are no screen error printing out. My plugin is ...
1
vote
1answer
2k views

Wordpress theme and language pack

I am building a Wordpress blog system in Spanish and I'd like to have the default theme also translated to "es_ES". I am already running this Wordpress installation in Spanish. What I'd like to know ...