Closed johndwells closed 9 years ago
Hi John,
I've been thinking about it, but have no plans for it currently. I need to think about a decent structure and storage, that'll allow you to change to a different locale with your current navigation. So for now, it's like you said, you will have to create a navigation for each language.
I think you could just take the title
column from the original craft_content
table by using a join and that way we could have the menu title use the translated version. Or you could do similar to the current setup of craft by having a language selection at the top and have the Menu translatable through such interface.
Check out the latest release for multi language support.
Hi,
I was wondering if there were plans to make the navigation translatable? Right now the only way I can see using amnav for a multilingual site is to set up locale-specific navigations for each language. It's a workaround, but rather tedious.
Cheers, John