#62732 closed enhancement (fixed)
Split up "upload"
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | has-patch commit |
Focuses: | ui | Cc: |
Description
Upload can be used as a noun or verb. Currently we have only 1 string to translate. It should be split up. We did it in the past and marked them as buttons, verbs and nouns etc.
props go to @wpgerd for the report
Change History (6)
This ticket was mentioned in PR #8033 on WordPress/wordpress-develop by @timse201.
7 months ago
#1
- Keywords has-patch added
#2
@
7 months ago
- Focuses ui added
- Milestone changed from Awaiting Review to 6.8
- Owner set to audrasjb
- Status changed from new to reviewing
- Version trunk deleted
Thanks for the ticket and the PR,
I'm moving this for 6.8 consideration.
#4
@
7 months ago
- Keywords commit added
- Status changed from reviewing to accepted
Alright the patch looks good to me. I searched for other occurrences and I didn't find any.
@audrasjb commented on PR #8033:
7 months ago
#6
Committed in https://core.trac.wordpress.org/changeset/59554
Note: See
TracTickets for help on using
tickets.
Upload can be used as a noun or verb. Currently we have only 1 string to translate. It should be split up. We did it in the past and marked them as buttons, verbs and nouns etc.
props go to @wpgerd for the report