[wp-trac] [WordPress Trac] #10382: plugins descriptions aren't localized

WordPress Trac wp-trac at lists.automattic.com
Sat Jul 11 10:39:36 UTC 2009


#10382: plugins descriptions aren't localized
-------------------------------+--------------------------------------------
 Reporter:  Denis-de-Bernardy  |       Owner:  nbachiyski      
     Type:  defect (bug)       |      Status:  new             
 Priority:  normal             |   Milestone:  2.8.2           
Component:  i18n               |     Version:  2.8             
 Severity:  normal             |    Keywords:  has-patch tested
-------------------------------+--------------------------------------------

Comment(by Denis-de-Bernardy):

 Odd... It worked fine with my own tests... Try adding two lines at the
 beginning of the plugin file:

 http://plugins.trac.wordpress.org/browser/custom-field-images/trunk
 /custom-field-images.php

 {{{
 Author: scribu
 Author URI: http://scribu.net/
 Plugin URI: http://scribu.net/wordpress/custom-field-images
 }}}

 Change that to:

 {{{
 Author: scribu
 Author URI: http://scribu.net/
 Plugin URI: http://scribu.net/wordpress/custom-field-images
 Text Domain: custom-field-images
 Domain Path: /lang
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/10382#comment:11>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list