#39013 closed defect (bug) (fixed)
Merge similar translation strings in the rest API
Reported by: | ramiy | Owned by: | ocean90 |
---|---|---|---|
Milestone: | 4.7 | Priority: | normal |
Severity: | normal | Version: | 4.7 |
Component: | Comments | Keywords: | has-patch commit dev-reviewed |
Focuses: | rest-api | Cc: |
Description
I found one more translation string in the new REST API that can be merged with an existing string.
This does not effect the soft string freeze, we don't add new translation strings.
Attachments (2)
Change History (12)
This ticket was mentioned in Slack in #core-i18n by ramiy. View the logs.
8 years ago
#4
@
8 years ago
@swissspidy I remember what we did in #38811. But this is a different case.
In this case we are talking about "comments" and "trackbacks", those are not "API Resources".
Besides, comments & trackbacks can be used in any post type, not only posts.
In my opinion, changing to "items" is the best solution.
This ticket was mentioned in Slack in #core by helen. View the logs.
8 years ago
#6
@
8 years ago
- Keywords commit dev-feedback added
- Milestone changed from Awaiting Review to 4.7
Let's do 39013.patch.
#8
@
8 years ago
- Owner set to ocean90
- Resolution set to fixed
- Status changed from new to closed
In 39508:
#10
@
8 years ago
- Keywords dev-reviewed added; dev-feedback removed
Reviewed by @helen and @pento, see https://wordpress.slack.com/archives/core/p1480968563000280
Shouldn't we rather use 'post' instead of 'item'? See #38811.