1 Answers
Hello Nilton !
Did you translate the default.po file into your own language?
If yes, please rename the default.po file according to your language code. You go to the following site to learn more about your language code:
http://codex.wordpress.org/WordPress_in_Your_Language#Portuguese_-_Portugu.C3.AAs
Here, you will change the default.po to the pt_PT.po and re-save the file to genarate the pt_PT.mo file.
Then make sure that your wp-config.php file matches your language file by go to the wp-config.php file, find the code line: define (‘WPLANG, ”); and change it into this:
define (‘WPLANG’, ‘pt_PT’);
Hope this helps !
Please login or Register to submit your answer
replied 11 years ago
Please don’t duplicate the question