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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
See https://github.com/WordPress/gutenberg/pull/24071.
(Please report issues with the editor components on the Gutenberg repo directly.)