#5534 closed defect (bug) (fixed)
Fix missing i18n text domains
Reported by: | netweb | Owned by: | boonebgorges |
---|---|---|---|
Milestone: | 2.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | has-patch |
Cc: |
Description
$ grunt checktextdomain Running "checktextdomain:files" (checktextdomain) task src/bp-core/admin/bp-core-functions.php [L845] __ Missing text domain [L847] __ Missing text domain src/bp-members/admin/bp-members-classes.php [L148] __ Missing text domain [L226] __ Missing text domain [L466] __ Missing text domain [L539] __ Missing text domain src/bp-members/bp-members-admin.php [L1294] esc_html_x Missing text domain [L1296] esc_html_x Missing text domain [L1300] __ Missing text domain src/bp-members/bp-members-functions.php [L1587] __ Missing text domain ✖ 10 problems
The build tools makes this so easy to check :)
$ grunt checktextdomain Running "checktextdomain:files" (checktextdomain) task ✔ No problems Done, without errors.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
The missing textdomains are not an oversight, but were sorta intentional, due to the fact that the strings are taken directly from WP in places where we intend to copy core UI. But after consulting with team, it sounds like this is not a practice that we want to adopt.