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

boobaa’s picture

...and the .installed "Forums" vocabulary isn't t()ranslated properly - I don't know the reason (yet).

pasqualle’s picture

Status: Active » Closed (duplicate)

because it is a dynamic string.. it should be translated with i18nstring.module tt() function..

#148145: "Forums" title is not localized