[wp-trac] [WordPress Trac] #7898: The default theme is not i18n ready

WordPress Trac wp-trac at lists.automattic.com
Thu Oct 16 10:09:27 GMT 2008


#7898: The default theme is not i18n ready
--------------------+-------------------------------------------------------
 Reporter:  huji    |       Owner:  anonymous
     Type:  defect  |      Status:  new      
 Priority:  normal  |   Milestone:  2.7      
Component:  i18n    |     Version:           
 Severity:  major   |    Keywords:           
--------------------+-------------------------------------------------------
 Currently, the default (Kubrik) theme is not i18n ready. We have lines
 like this there:

   the_tags('Tags: ', ', ', '<br />'

 Which should at least be updated to such:

   the_tags(__('Tags: ','kubrick'), ', ', '<br />')

 And a .mo and .po pair of files should be included for English language
 itself.

 This makes localization of this theme much easier.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/7898>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list