Closed (won't fix)
Project:
Internationalization
Version:
6.x-1.7
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2010 at 19:33 UTC
Updated:
24 Dec 2011 at 16:29 UTC
I have no clue why, but the "Post new Forum topic" on /forum is not translated unless I comment the line below:
--- i18ntaxonomy.module.ori 2010-10-29 21:11:12.000000000 +0200
+++ i18ntaxonomy.module 2010-10-29 20:14:18.000000000 +0200
@@ -1055,7 +1055,7 @@
$vid = variable_get('forum_nav_vocabulary', '');
if (i18ntaxonomy_vocabulary($vid)) {
if (isset($variables['links']['forum'])) {
- $variables['links']['forum']['title'] = i18nstrings('nodetype:type:forum:post_button', 'Post new Forum topic');
+ #$variables['links']['forum']['title'] = i18nstrings('nodetype:type:forum:post_button', 'Post new Forum topic');
}
// This one is from advanced forum, http://drupal.org/project/advanced_forum
if ($variables['forum_description']) {
The original string from the forum.module reads as 'Post new @node_type'.
Comments
Comment #1
jose reyero commentedCleaning up the issue tracker. Closing all issues that haven't got any follow up for the last year (and are not on RTBC state). Feel free to reopen if you're willing to (really) work on this.