Opened 8 years ago
Closed 6 years ago
#2102 closed defect (bug) (fixed)
Missing i18n in bb-base theme
Reported by: | SergeyBiryukov | Owned by: | obenland |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | bbpress.org | Keywords: | has-patch needs-refresh |
Cc: |
Description
Same as #2054, but for bb-base theme:
- Add missing i18n for the
In:
string - Add translator comments for placeholders in the same block
- Use a consistent text domain (
bbporg
vs.bbpress
) - Align
if/endif
consistently
Attachments (2)
Change History (10)
#3
in reply to:
↑ 1
;
follow-up:
↓ 5
@
7 years ago
Replying to netweb:
Will refresh #1284 and #1285 and commit all 3 tickets together soon.
meta-2102.2.patch is not a complete patch for missing i18n in bb-base
theme, it only handles functions.php
.
I could update it to handle other files, but let's commit #1284, #1285, and #3009 first :) Just refreshed the patches there.
#5
in reply to:
↑ 3
@
7 years ago
- Keywords needs-refresh added
Replying to SergeyBiryukov:
meta-2102.2.patch is not a complete patch for missing i18n in
bb-base
theme, it only handlesfunctions.php
.
I could update it to handle other files, but let's commit #1284, #1285, and #3009 first :) Just refreshed the patches there.
Following up from [6367] a refresh of the patch for this per the above is needed
Note: See
TracTickets for help on using
tickets.
Updated meta-2102.2.patch to use the
bborg
text domain as noted 2054#comment:1Replying to netweb:
Will refresh #1284 and #1285 and commit all 3 tickets together soon.