It is not possible to localize the title of the forum administration page (admin/content/forum). This is caused by a drupal_set_title() without a call to t() in forum_overview(). AFAICT this call to drupal_set_title() is unnecessary.
The attached patch fixes this.
This problem exists in Drupal 6.x as well.
Also, this doesn't seem to be a duplicate of #148145 (which deals with the userfacing part of the forum).
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | forum-admin-D6.patch | 707 bytes | andypost |
| #2 | forum-460420-admin-l10n.patch | 695 bytes | wulff |
| forum.admin_.inc_.patch | 610 bytes | wulff |
Comments
Comment #2
wulff commented...and now with a patch made according to spec.
Comment #3
dries commentedCommitted to CVS HEAD. Updating the version number.
Comment #4
andypostHere 6-dev patch
Comment #5
ilya1st commenteddrupal_set_title call is not necessary there.
Title goes from hook_menu() already.
Need backport to 6.x
Comment #6
andypostJust new tags
Comment #7
danSamara commentedEasy and useful patch.
Comment #8
pvasili commentedThis patch (#4) should be used in the 6 versions to!
Drupal forum without it looks no good :(
andypost - thank you for your work.
Comment #9
vladsavitsky commentedThis problem should be sovled in 6.x too.
Comment #10
gábor hojtsyThanks, committed to Drupal 6. The change will be out with the next Drupal core release.