[wp-polyglots] New default theme missing strings

Mihailo Stefanovic mikis at mikis.org
Mon Feb 21 17:21:57 GMT 2005


> Xavier, as surely you have seen if you followed the link 
> provided by Ryan, you│ll have to translate the default theme 
> archives directly on the original code. 

I must say I can't 100% agree with this. It might be easier and less
confusing for the newbies, but then again, parts of the Default (Kubrick)
and most of the Standard themes are already "gettexted". For example, from
themes/default/index.php:

<h2 class="center">Not Found</h2>
<p class="center"><?php _e("Sorry, but you are looking for something that
isn't here."); ?></p>

Is it *that* much harder to understand than:

<h2 class="center"><?php _e("Not Found"); ?></h2>
<p class="center"><?php _e("Sorry, but you are looking for something that
isn't here."); ?></p>

At least simple things like this should be translatable...



More information about the wp-polyglots mailing list