Translating ClassiPress strings when using a child theme
How can one translate a ClassiPress installation when using a child theme?
Suppose I have a child theme called "cpChildTheme".
Suppose I have a .mo file named "en_US.mo" that was generated by Poedit.
Suppose I have the following statement in my
wp-config.php file:
define('WPLANG', 'en_US');
Does the en_US.mo file belong in "themes/classipress" or in "themes/cpChildTheme" ?
Do I have to de-activate and re-activate ClassiPress or the child theme after changing the contents of the .mo file?
Are there any gotchas related to doing this locally in Windows using WAMP (e.g. the need to restart Apache, etc.)?
The AppThemes tutorial doesn't address child theme use.