Opened 5 years ago
Closed 5 years ago
#50783 closed defect (bug) (reported-upstream)
Strings should use singular/plural
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | |
Focuses: | Cc: |
Description
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);
Change History (1)
Note: See
TracTickets for help on using
tickets.
See https://github.com/WordPress/gutenberg/pull/24071.
(Please report issues with the editor components on the Gutenberg repo directly.)