Closed (duplicate)
Project:
Drupal core
Version:
6.4
Component:
forum.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2008 at 20:13 UTC
Updated:
28 Sep 2008 at 11:52 UTC
I have a Hungarian site, but the site says "Forums" instead of "Fórumok".
As boobaa says on #drupal.hu channel, in forum.admin.inc: 223, there should be:
drupal_set_title(t('Forums'));
but now it's:
drupal_set_title('Forums');
Comments
Comment #1
boobaa...and the
.installed "Forums" vocabulary isn'tt()ranslated properly - I don't know the reason (yet).Comment #2
pasquallebecause it is a dynamic string.. it should be translated with i18nstring.module tt() function..
#148145: "Forums" title is not localized