#54611 closed defect (bug) (fixed)
Missing context on Full Site Editing new post types translatable strings
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.9 | Priority: | normal |
Severity: | normal | Version: | 5.9 |
Component: | Posts, Post Types | Keywords: | has-patch commit |
Focuses: | Cc: |
Description (last modified by )
The following bundled post types were added to handle Full Site Editing features:
wp_template
wp_template_part
wp_global_styles
wp_navigation
Except for the silent wp_global_styles
, they are all missing contextualization on the name
and singular_name
labels.
Change History (9)
This ticket was mentioned in PR #2044 on WordPress/wordpress-develop by audrasjb.
18 months ago
#2
- Keywords has-patch added
#4
@
18 months ago
- Summary changed from Missing context to Full Site Editing new post types translatable strings to Missing context on Full Site Editing new post types translatable strings
#5
@
18 months ago
- Keywords 2nd-opinion added
We don't have any maintainer for the Post, Post Types
component, so let's ping @SergeyBiryukov for a quick review concerning i18n consistency :)
Marking this as waiting for 2nd-opinion
.
#7
@
18 months ago
- Keywords commit added; 2nd-opinion removed
PR 2044 is consistent with other post types. Also confirmed the next update which removes the Nav menu item does not conflict with this PR.
Marking it for commit.
18 months ago
#9
Committed in https://core.trac.wordpress.org/changeset/52368
Note: See
TracTickets for help on using
tickets.
Trac ticket: https://core.trac.wordpress.org/ticket/54611