"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 |
Jump to:
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
...and the
.installed "Forums" vocabulary isn'tt()ranslated properly - I don't know the reason (yet).#2
because it is a dynamic string.. it should be translated with i18nstring.module tt() function..
#148145: "Forums" title is not localized