[wp-trac] [WordPress Trac] #47917: block editor confirmation message is not translated

WordPress Trac noreply at wordpress.org
Thu Aug 22 05:30:08 UTC 2019


#47917: block editor confirmation message is not translated
--------------------------+-----------------------------
 Reporter:  tmatsuur      |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Editor        |    Version:  5.2.2
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 The confirmation message displayed when deleting a reusable block is not
 translated.

 /wp-includes/js/dist/block-editor.js:17631
 {{{
 var hasConfirmed =
 window.confirm(Object(external_this_wp_i18n_["__"])('Are you sure you want
 to delete this Reusable Block?\n\n' + 'It will be permanently removed from
 all posts and pages that use it.'));
 }}}

 This message is translated in the Gutenberg plugin.

 I think there is a problem with extracting text for translation.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/47917>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list