[wp-trac] Re: [WordPress Trac] #3863: i18n fixes

WordPress Trac wp-trac at lists.automattic.com
Mon Feb 26 07:10:04 GMT 2007


#3863: i18n fixes
------------------------------+---------------------------------------------
 Reporter:  yskin             |        Owner:  rob1n   
     Type:  defect            |       Status:  assigned
 Priority:  low               |    Milestone:  2.2     
Component:  i18n              |      Version:  2.1.1   
 Severity:  normal            |   Resolution:          
 Keywords:  has-patch commit  |  
------------------------------+---------------------------------------------
Comment (by yskin):

 Line 343 in wp-includes/general-template.php is
 {{{
 $text = sprintf(__('%1$s %2$d'), $wp_locale->get_month($arcresult->month),
 $arcresult->year);
 }}}

 So I traslate '%1$s %2$d' to '%2$d-%1$s' in simplified chinese po file.

 What about replace line 104 in wp-admin/edit.php to
 {{{
 printf(__('%1$s %2$d'), $wp_locale->get_month($arc_row->mmonth),
 $arc_row->yyear);
 }}}
 , rob1n?

-- 
Ticket URL: <http://trac.wordpress.org/ticket/3863#comment:5>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list