Opened 7 years ago
Closed 7 years ago
#46916 closed defect (bug) (duplicate)
i18n: Merge similar translation strings (wp-admin/users.php)
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Users | Keywords: | has-screenshots has-patch |
| Focuses: | administration | Cc: |
Description
See the attached patch.
Attachments (2)
Change History (5)
This ticket was mentioned in Slack in #core by ramiy. View the logs.
7 years ago
#3
@
7 years ago
- Milestone Awaiting Review deleted
- Resolution set to duplicate
- Status changed from assigned to closed
Thanks for the patch! There are two more similar strings:
User has been added to your site. User has been added to your site. <a href="%s">Edit user</a> User added. User added. <a href="%s">Edit user</a>
That said, I'd prefer to leave them all as is.
In Russian, Edit user is translated simply as Edit in this context, to avoid repetition. This would be impossible if the strings are separated. The current strings seem simple enough to translate.
This appears to be a duplicate of #35746.
Note: See
TracTickets for help on using
tickets.
This patch splitting the string to two strings. It simplifies the code and making the translations much easier.