[wp-trac] [WordPress Trac] #3976: Support for Full Blog Translation

WordPress Trac wp-trac at lists.automattic.com
Thu Mar 15 18:42:40 GMT 2007


#3976: Support for Full Blog Translation
-------------------------+--------------------------------------------------
 Reporter:  harkos       |       Owner:  harkos     
     Type:  enhancement  |      Status:  new        
 Priority:  normal       |   Milestone:  2.2        
Component:  General      |     Version:  2.1.2      
 Severity:  normal       |    Keywords:  translation
-------------------------+--------------------------------------------------
 I have spent the last week working between two WP translation plugins to
 get them working together and extend their funcionalities. From this work,
 I learned that in order to translate every bit of desired text, a few
 changes had to be made, specially access to other parts where there were
 no filters.

 So, I added the following filters:
 + translate (called from __l())
 + wp_get_archives (called from wp_get_archives())
 + before_sanitize_title (called from sanitize_title())

 And the following functions:
 + __l()
 + __le()

 Mostly, they speak for themselves, but all have important roles to allow
 the creation of fully multilanguage themes and blogs. I hope this helps
 many people like me.

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


More information about the wp-trac mailing list