[wp-trac] [WordPress Trac] #50783: Strings should use singular/plural

WordPress Trac noreply at wordpress.org
Mon Jul 27 09:24:06 UTC 2020


#50783: Strings should use singular/plural
--------------------------+-----------------------------
 Reporter:  casiepa       |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  I18N          |    Version:  trunk
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 File: block-editor.js
 Function: useNotifyCopy
 Line: 28280

       notice = eventType === 'copy' ?
 Object(external_this_wp_i18n_["sprintf"])( // Translators: Number of
 blocks being copied
       Object(external_this_wp_i18n_["__"])('Copied %d blocks to
 clipboard.'), selectedBlockClientIds.length) :
 Object(external_this_wp_i18n_["sprintf"])( // Translators: Number of
 blocks being cut
       Object(external_this_wp_i18n_["__"])('Moved %d blocks to
 clipboard.'), selectedBlockClientIds.length);

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


More information about the wp-trac mailing list