Closed (works as designed)
Project:
Site map
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Dec 2009 at 16:40 UTC
Updated:
3 Dec 2013 at 07:51 UTC
Jump to comment: Most recent
Comments
Comment #1
zilverdistel commentedSame problem here,
I also use taxonomy menu, if that's any help ...
the versions I use:
drupal core: 6.13
I18n: 6.x-1.3
sitemap: 6.x-1.2
taxonomy menu: 6.x-2.4-beta1
@orchard: are you also using taxonomy menu?
Comment #2
zilverdistel commentedComment #3
orchard commentedI am not using the taxonomy menu, just the sitemap module and internationalization.
Comment #4
hass commentedYou need to add the 2 fields to i18n_variables, translate them. Not an issue of this module.
Comment #6
goz commentedI have same problem.
Menu title is in english and is translatable and translated in my language. But it can't display translated in sitemap page because t() is never called.
I don't use i18n module but only locale core module.
In _site_map_menus()
Should be to render translated menu title :
Comment #7
guillaume.d commentedSame problem here,
Thx for the tips.
Hope it will be integrated in the next version.
Comment #8
larsmw commentedThis seems to be a problem in 7.x-1.0 as well! I have manually patched 7.x-1.0 to solve this issue.
Comment #9
robbertnl commentedYes it is. I just wanted to make a patch for this, but its already in Git (latest dev version).
Comment #10
anybodyThe problem still exists. What about a new stable version soon? This is really problematic for non-english-speaking countries!
Comment #11
anybodyI confirm that the latest D7 .dev version works fine and fixes this bug.
For further information: The menu (incl. title) was already translated correctly and all required modules were installed. Just the sitemap in the current D7 stable does not display the menu title correctly. The latest .dev does.
Comment #12
hass commentedThis is not RTBC . You need i18n_variables module.