[wp-trac] Re: [WordPress Trac] #3733: Some string in TinyMCE can't be translated

WordPress Trac wp-trac at lists.automattic.com
Sun Feb 4 03:17:19 GMT 2007


#3733: Some string in TinyMCE can't be translated
--------------------+-------------------------------------------------------
 Reporter:  yskins  |        Owner:  anonymous
     Type:  defect  |       Status:  new      
 Priority:  low     |    Milestone:  2.1.1    
Component:  i18n    |      Version:  2.1      
 Severity:  normal  |   Resolution:           
 Keywords:  i18n    |  
--------------------+-------------------------------------------------------
Comment (by yskins):

 And the new regular expression has another mistake. In wp-
 includes\js\tinymce\plugins\paste\langs\en.js, the last two line are
 {{{
 selectall_desc : 'Select All'
 });
 }}}
 Because of the "m" pattern modifier which means multiline mode, it does
 not match "(,|\\s*})", so it can't be translate too.

 Just delete "(,|\\s*})", the two bug will be killed.

 Sorry for my poor english, hoop you can understand.

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


More information about the wp-trac mailing list