I want to localize a wordpress plugin and translate it to Persian with POEDIT.
I created the fa_IR.po
, fa_IR.mo
and all the texts loaded but when I write the translation texts and save the file, nothing happens, and it still shows me english texts in front-end.What should I do?!
Asked
Active
Viewed 527 times
1

vdwijngaert
- 1,515
- 11
- 24

Amin
- 1,637
- 1
- 22
- 40
-
which plugin is it? Does it have any other translations? Have you contacted the author? What folder did you put your translations in? Are any other website components showing translations correctly? – MSTannu Apr 21 '15 at 14:53
-
It's Arena Products Store , I tried editing another plugin's translation file ,but the texts don't change – Amin Apr 21 '15 at 14:55
-
If they don't change, maybe your site does not know its supposed to show that language at all? If your site is monolingual, you can change the language in general settings. – MSTannu Apr 21 '15 at 15:05
-
Looking at the comments on that plugin, at http://codecanyon.net/item/arena-products-store-wordpress-plugin/8674943/comments?page=12 , it should be possible to translate, but others have had unsolved ( at least publicly ) issues aswell. If you are still stuck, I recommend posting there and asking the plugin author for further assistance. – MSTannu Apr 21 '15 at 15:14
-
i do that , my wordpress installation is in persian , and all other plugins are in persian but when i change the texts , the texts remain unchanged – Amin Apr 21 '15 at 15:31
1 Answers
0
Did you properly put your fa_IR.mo file in the /wp-content/languages folder? And did you properly set define( 'WPLANG', 'fa_IR' ); in wp-config.php?

Julien Menichini
- 116
- 3