Opened 12 years ago
Closed 12 years ago
#2219 closed defect (bug) (fixed)
bbPress User Roles Names Not Translated Everywhere
Reported by: | alex-ye | Owned by: | |
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | normal | Version: | 2.2.3 |
Component: | Locale - i18n/l10n | Keywords: | needs-patch |
Cc: | nashwan.doaqan@… |
Description
I have found another translation bug in bbPress , as you can see bbp_add_forums_roles() loaded very early in bbp_setup_theme action , this makes bbPress roles names not translated everywhere like the users admin page wp-admin/users.php ...
I am not really sure how to fix this , but my opinion is to load bbp_load_textdomain() more earlier , maybe in bbp_loaded hook .
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [4773]) Move bbp_add_forums_roles() to 'bbp_after_setup_theme' action. Fixes issues with role names not being translated in some areas. Fixes #2219.