

Implementace překladu do WordPress template
functions.php
load_theme_textdomain( 'Cats Who Code', TEMPLATEPATH.'/languages' );
$locale = get_locale();
$locale_file = TEMPLATEPATH."/languages/$locale.php";
if ( is_readable($locale_file) )
require_once($locale_file);
kontext
<?php _e("The page you're looking for doesn't exist", "Cats Who Code"); ?>
<?php the_content(__('Read more...', "Cats Who Code")); ?>
Create your .po file
http://www.icanlocalize.com/tools/php_scanner