0. switch to a non-english language
1. go to forum index (located at path "forum")
2. view title of page

expected behavior: title of page is in language selected in #0

actual behavior: title of page comes from taxonomy

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Wesley Tanaka’s picture

alternatively, the 'title' in the associated hook_menu item in forum.module could be removed, since it's currently dead code. but i would much prefer the solution encapsulated by the patch included above.

nickl’s picture

Status: Needs review » Needs work
FileSize
580 bytes

Aparantly the problem lies with the title of the page coming from taxonomy and not from the translations but I don't see how this patch will fix that.
Rerolled to head.

Wesley Tanaka’s picture

If I remember right, it avoids replacing the default title (which uses t()) that's set in hook_menu().

Liam McDermott’s picture

Version: x.y.z » 7.x-dev
Status: Needs work » Closed (duplicate)

Marking as duplicate of: #72871: Renaming the Forum (apparently it is possible to localise the forum index title)