am-impact / amnav

Navigation plugin for Craft
168 stars 19 forks source link

Localised navigation #4

Closed johndwells closed 9 years ago

johndwells commented 10 years ago

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

hubertprein commented 10 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.

silentworks commented 9 years ago

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.

hubertprein commented 9 years ago

Check out the latest release for multi language support.