Make WordPress Core

Opened 6 years ago

Closed 6 years ago

#50783 closed defect (bug) (reported-upstream)

Strings should use singular/plural

Reported by: casiepa Owned by:
Priority: normal Milestone:
Component: I18N Version:
Severity: normal Keywords:
Cc: Focuses:

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)

#1 @ocean90
6 years ago

  • Milestone Awaiting Review
  • Resolutionreported-upstream
  • Status newclosed
  • Version trunk

See https://github.com/WordPress/gutenberg/pull/24071.

(Please report issues with the editor components on the Gutenberg repo directly.)

Note: See TracTickets for help on using tickets.