Andy,
I went through the process in your tutorial, and here is what I find in the wp-config.php file for Internationalization:
/**
* WordPress Localized Language, defaults to English.
*
* Change this to localize WordPress. A corresponding MO file for the chosen
* language must be installed to wp-content/languages. For example, install
* de_DE.mo to wp-content/languages and set WPLANG to ‘de_DE’ to enable German
* language support.
*/
define(‘WPLANG’, ‘en_US’);
Notice that it calls for a MO file, not a PO file… and that it says it must exist in the wp-content/languages folder, not the church-admin/languages folder.
Any thoughts? I’m not able to get the translations to work yet.
Thanks!