[wp-trac] [WordPress Trac] #15714: Malformed structured WP main *.POT language file

WordPress Trac wp-trac at lists.automattic.com
Tue Dec 7 07:29:18 UTC 2010


#15714: Malformed structured WP main  *.POT language file
--------------------------+-------------------------------------------------
 Reporter:  metacortex    |       Owner:                 
     Type:  defect (bug)  |      Status:  new            
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  I18N          |     Version:                 
 Severity:  normal        |    Keywords:                 
--------------------------+-------------------------------------------------
 The WordPress main language file wordpress.pot has bad generated reference
 strings, e.g.

 {{{
 #: wp-login.php:531 wp-login.php:658 wp-login.php:660
 }}}

 The right way:

 {{{
 #: wp-login.php:531
 #: wp-login.php:658
 #: wp-login.php:660
 }}}

 Each reference must being preceed by a "#:" symbol to be rightly
 identified by the translator software. I added a edited POT file with this
 ticket.

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


More information about the wp-trac mailing list