This is right on WordPress’s Japanese langauge team’s home page, ja.wordpress.org, but I thought it would be good to hae it here since I did it a few time and I had to look it up everytime…
Though it is a very simple 4 steps.
- Download two files, ja.mo and continents-cities-ja.mo from WordPress depository for Japanese. Path should be like
http://svn.automattic.com/wordpress-i18n/ja/tags/3.0/messages/where 3.0 is the version. - Inside of your
wp-contentcreate a folder/directory named languages. - Upload two .mo files in the above directory.
- Edit
wp-config.php. find WPLANG and edit that like this:
define ('WPLANG', 'ja');
That is it.
Related posts:
