Opened 8 years ago
Closed 8 years ago
#7257 closed defect (bug) (worksforme)
Membership Requested string missing in po/mo file
Reported by: | jaumearagay | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.1 |
Component: | Groups | Keywords: | |
Cc: | jaumearagay |
Description
Membership Requested string missing in po/mo file to be translated.
From file /bp-themes/bp-default/_inc/ajax.php in line 767.
Change History (2)
Note: See
TracTickets for help on using
tickets.
It looks like it is translated:
https://github.com/buddypress/BP-Default/blob/master/_inc/ajax.php#L767
But, we're not packaging the po/mo for bp-default. (Also, the textdomain for
bp-default
is usingbuddypress
.)Need some
dev-feedback
on how to proceed.The easiest way to "fix" this is to change bp-default's
Membership Requested
string to bp-legacy'sRequest Sent
string and the next BuddyPress release will allow you to translate this properly.