Hey guys,
I'm relatively new to using Drupal, and brand spankin' new to this Internationalization module. My issue is the following:
I'm attempting to design a site with multi-language support and was attempting to translate my primary links. I have it set up that my primary links are disabled thematically, but the menu block is thrown into a SuperFish Dropdown Menu area.
At this point, I was able to successfully translate some of the menu items into German. When I browse the site in English, everything is fine. When I select German, the items I translated appear translated. But the issue is that as I'm navigating the site, sometimes all the translated primary links will simply disappear, but as soon as I switch back to English on that same page the primary links return.
Has anyone experienced this issue? I'm sorry if this is redundant, I looked around and saw things about primary links not fully working (I wasn't sure if this applied to me though since I was using that SuperFish thing...). I'd appreciate any help, thanks for reading this.
Comments
Comment #1
pvasili commentedI have the same problem.
Links are available in all languages (but I chose only to en) :(
Comment #2
neochief commentedIn my case it happened when you switch to language with no translation. For example, you are standing on only-english version of the node, and switching to German using language switcher. Site is switching to German and primary links dissapears. I fixed these symthoms at my sites by fixing-up the language switcher, because it should disable switching to non-translated versions. Here's the patch #518364: Nodes with one language don't affect the language switcher block
Comment #3
jose reyero commentedSuggested solution is creating a different menu for each language. Read the documentation if you want to know more.