Opened 4 years ago
Closed 4 years ago
#1096 closed defect (fixed)
Deep integration breaks l10n
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0 |
| Component: | i18n/l10n | Version: | 1.0-rc-2 |
| Severity: | major | Keywords: | deep |
| Cc: |
Description
Just a quick reminder that deep integration with WordPress will break bbPress translations.
When WordPress is loaded, bb-settings.php skips the bbPress l10n file, which has specific instructions inside it's bbPress specific get_locale function on where to load the pomo's from.
Deep integration will use the WP get_locale instead of the bbPress one, so it loads the wp-includes/languages/*.mo instead of the bbpress/my-languages/*.mo.
Sam believes 2.8.org fixes this issue, however that still leaves 2.7.1 and WPMU broken with no legacy support.
Change History (1)
Note: See
TracTickets for help on using
tickets.
(In [2151]) Make bbPress l10n functions distinct. Always load bb-l10n. Fixes #1096.