"Forums" isn't translated

muczy - September 27, 2008 - 20:13
Project:Drupal
Version:6.4
Component:forum.module
Category:bug report
Priority:normal
Assigned:Unassigned
Status:duplicate
Description

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');

#1

Boobaa - September 27, 2008 - 20:31

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

#2

Pasqualle - September 28, 2008 - 11:52
Status:active» duplicate

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

#148145: "Forums" title is not localized

 
 

Drupal is a registered trademark of Dries Buytaert.