add_action( 'init', array($this, 'vimeography_load_text_domain') );
public function vimeography_load_text_domain() {
load_plugin_textdomain('vimeography', false, dirname( VIMEOGRAPHY_BASENAME ) . '/languages/');
}__('Edit Settings', 'vimeography)- File->New
- Select base plugin language (E.G., English)
- File->Save as
vimeography.pot - Catalog->Properties
- Add project name, email address
- Add Sources Paths (E.G., Base path:
../and Paths:.) - Add Sources Keywords
__and_e
German: vimeography-de_DE.po
This will automatically generate the vimeography-de_DE.mo file as well.
You can find this at the WordPress language repository.
http://i18n.svn.wordpress.org/
de_DE/trunk/messages/de_DE.mo
Save it to wp-content/languages/
define('WPLANG', 'de_DE');
Open the vimeography.pot default translation file in POedit and choose Catalog->Update from Sources