Opened 10 years ago
Closed 8 years ago
#2852 closed defect (bug) (fixed)
i18n: Phrase like "Your Profile" should be one complete string
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | minor | Version: | 2.5.8 |
Component: | Locale - i18n/l10n | Keywords: | has-patch commit |
Cc: |
Description
In includes/common/template.php
, there are some split phrases that are not translatable in some languages where word order is not the same as English.
Your
&%s's
%s Topics
,%s Replies
,%s Favorites
,%s Subscriptions
, and%s Profile
These should be combined to form complete phrases.
Attachments (1)
Change History (9)
#2
@
9 years ago
- Milestone changed from Awaiting Review to Under Consideration
@ramiy Do you have some suggestions for this?
https://bbpress.trac.wordpress.org/browser/trunk/src/includes/common/template.php#L2675
This ticket was mentioned in Slack in #forums by netweb. View the logs.
8 years ago
This ticket was mentioned in Slack in #forums by sergey. View the logs.
8 years ago
Note: See
TracTickets for help on using
tickets.
Do you have suggestions on how we can make this better for you? I believe most of the people actively developing bbPress are native English speakers.
We could combine "Your Topics," "Your Replies," etc., into full strings, but, ultimately, you'll still end up with "%s Topics," "%s Replies," etc., for cases where a user is viewing another user's profile. This may be exactly what you're looking to get.